Commit 5ed2fdfe by Tamar Christina Committed by Tamar Christina

sdiv_costs_1.c: Require arm_v8_vfp_ok.

2017-06-12  Tamar Christina  <tamar.christina@arm.com>

	* gcc.target/arm/sdiv_costs_1.c: Require arm_v8_vfp_ok.

From-SVN: r249125
parent 3266ddb3
gcc/testsuite/ 2017-06-12 Tamar Christina <tamar.christina@arm.com>
* gcc.target/arm/sdiv_costs_1.c: Require arm_v8_vfp_ok.
2017-06-12 Tamar Christina <tamar.christina@arm.com> 2017-06-12 Tamar Christina <tamar.christina@arm.com>
* gcc.target/arm/sdiv_costs_1.c: Disable on softfloat. * gcc.target/arm/sdiv_costs_1.c: Disable on softfloat.
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O3 -march=armv8-a" } */ /* { dg-options "-O3" } */
/* { dg-require-effective-target arm_hard_vfp_ok } */ /* { dg-require-effective-target arm_v8_vfp_ok } */
/* Both sdiv and udiv can be used here, so prefer udiv. */ /* Both sdiv and udiv can be used here, so prefer udiv. */
int f1 (unsigned char *p) int f1 (unsigned char *p)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment