fast-math-pr35982.c: Fix parenthesis in target selectors.
2011-12-23 Uros Bizjak <ubizjak@gmail.com> * gcc.dg/vect/fast-math-pr35982.c: Fix parenthesis in target selectors. From-SVN: r182665
This commit is contained in:
parent
3fcc1b5520
commit
54eca047c7
2 changed files with 8 additions and 5 deletions
|
@ -1,11 +1,15 @@
|
|||
2011-12-23 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* gcc.dg/vect/fast-math-pr35982.c: Fix parenthesis in target selectors.
|
||||
|
||||
2011-12-23 Dmitry Plotnikov <dplotnikov@ispras.ru>
|
||||
|
||||
* gcc.target/arm/vect-vcvt.c: New test.
|
||||
* gcc.target/arm/vect-vcvtq.c: New test.
|
||||
|
||||
|
||||
* gcc.dg/vect/fast-math-pr35982.c: Added vect_strided2 alternative
|
||||
in final check.
|
||||
|
||||
|
||||
* lib/target-supports.exp (check_effective_target_vect_intfloat_cvt):
|
||||
True for ARM NEON.
|
||||
(check_effective_target_vect_uintfloat_cvt): Likewise.
|
||||
|
|
|
@ -20,7 +20,6 @@ float method2_int16 (struct mem *mem)
|
|||
return avg;
|
||||
}
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target vect_extract_even_odd || vect_strided2 } } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 0 loops" 1 "vect" { xfail vect_extract_even_odd || vect_strided2 } } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { vect_extract_even_odd || vect_strided2 } } } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 0 loops" 1 "vect" { xfail { vect_extract_even_odd || vect_strided2 } } } } */
|
||||
/* { dg-final { cleanup-tree-dump "vect" } } */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue