[AArch64][Testsuite] Enable vect_uintfloat_cvt for AArch64.
gcc/testsuite/ * lib/target-supports.exp (vect_uintfloat_cvt): Enable for AArch64. From-SVN: r198406
This commit is contained in:
parent
47934dc4c2
commit
593bd7df64
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-04-29 James Greenhalgh <james.greenhalgh@arm.com>
|
||||
|
||||
* lib/target-supports.exp (vect_uintfloat_cvt): Enable for AArch64.
|
||||
|
||||
2013-04-29 James Greenhalgh <james.greenhalgh@arm.com>
|
||||
|
||||
* gcc.target/aarch64/vect-vcvt.c: New.
|
||||
|
|
|
@ -2012,6 +2012,7 @@ proc check_effective_target_vect_uintfloat_cvt { } {
|
|||
|| ([istarget powerpc*-*-*]
|
||||
&& ![istarget powerpc-*-linux*paired*])
|
||||
|| [istarget x86_64-*-*]
|
||||
|| [istarget aarch64*-*-*]
|
||||
|| ([istarget arm*-*-*]
|
||||
&& [check_effective_target_arm_neon_ok])} {
|
||||
set et_vect_uintfloat_cvt_saved 1
|
||||
|
|
Loading…
Add table
Reference in a new issue