pr46728-1.c: Accept xssqrtdp.

* gcc.target/powerpc/pr46728-1.c: Accept xssqrtdp.
	* gcc.target/powerpc/pr46728-2.c: Likewise.

From-SVN: r191992
This commit is contained in:
Pat Haugen 2012-10-02 17:50:52 +00:00 committed by Pat Haugen
parent e34842c6f8
commit 6b7fa93a48
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2012-10-02 Pat Haugen <pthaugen@us.ibm.com>
* gcc.target/powerpc/pr46728-1.c: Accept xssqrtdp.
* gcc.target/powerpc/pr46728-2.c: Likewise.
2012-10-02 Sharad Singhai <singhai@google.com>
PR testsuite/54772

View File

@ -27,5 +27,5 @@ main (int argc, char *argv[])
}
/* { dg-final { scan-assembler-times "fsqrt" 2 { target powerpc*-*-* } } } */
/* { dg-final { scan-assembler-times "fsqrt|xssqrtdp" 2 { target powerpc*-*-* } } } */
/* { dg-final { scan-assembler-not "pow" { target powerpc*-*-* } } } */

View File

@ -27,5 +27,5 @@ main (int argc, char *argv[])
}
/* { dg-final { scan-assembler-times "fsqrt" 4 { target powerpc*-*-* } } } */
/* { dg-final { scan-assembler-times "fsqrt|xssqrtdp" 4 { target powerpc*-*-* } } } */
/* { dg-final { scan-assembler-not "pow" { target powerpc*-*-* } } } */