arm: Add check for arm_softfp_ok in pr98435.c.

gcc/testsuite/ChangeLog:
	* gcc.target/arm/simd/pr98435.c: Add dg-require-effective-target
	arm_softfp_ok.
This commit is contained in:
prathamesh.kulkarni 2021-08-13 12:28:50 +05:30
parent 62e420293a
commit e37ddb91a8
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-O2 -ffast-math" } */
/* { dg-require-effective-target arm_softfp_ok } */
/* { dg-require-effective-target arm_v8_2a_bf16_neon_ok } */
/* { dg-add-options arm_v8_2a_bf16_neon } */
/* { dg-additional-options "-mfloat-abi=softfp -march=armv8.2-a+bf16+fp16" } */