Scan 256bit AVX register.
2010-10-14 H.J. Lu <hongjiu.lu@intel.com> * gcc.target/i386/recip-vec-sqrtf-avx.c: Scan 256bit AVX register. * gcc.target/i386/recip-vec-divf-avx.c: Likewise. From-SVN: r165456
This commit is contained in:
parent
cfeb0fa8c9
commit
c7a9c0e337
@ -1,3 +1,9 @@
|
||||
2010-10-14 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* gcc.target/i386/recip-vec-sqrtf-avx.c: Scan 256bit AVX
|
||||
register.
|
||||
* gcc.target/i386/recip-vec-divf-avx.c: Likewise.
|
||||
|
||||
2010-10-14 Andrey Belevantsev <abel@ispras.ru>
|
||||
|
||||
* gcc.target/ia64/20101005.c: New test.
|
||||
|
@ -13,4 +13,4 @@ void t1(void)
|
||||
r[i] = a[i] / b[i];
|
||||
}
|
||||
|
||||
/* { dg-final { scan-assembler "vrcpps" } } */
|
||||
/* { dg-final { scan-assembler "vrcpps\[ \\t\]+\[^\n\]*%ymm" } } */
|
||||
|
@ -31,4 +31,4 @@ void t3(void)
|
||||
r[i] = sqrtf (a[i]);
|
||||
}
|
||||
|
||||
/* { dg-final { scan-assembler-times "vrsqrtps" 3 } } */
|
||||
/* { dg-final { scan-assembler-times "vrsqrtps\[ \\t\]+\[^\n\]*%ymm" 3 } } */
|
||||
|
Loading…
Reference in New Issue
Block a user