Pedro pointed out that only PPC can possibly have altivec, so we can
move the target check into allow_altivec_tests.
#
require allow_altivec_tests
-require {istarget "powerpc*"}
standard_testfile
#
require allow_altivec_tests
-require {istarget "powerpc*"}
standard_testfile
# 0 to 31 in each of the 16 bytes of each corresponding register, and
# we then check if gdb sees these same values.
-require allow_altivec_tests {[istarget "powerpc*"}
+require allow_altivec_tests
standard_testfile
return 0
}
+ if {![istarget powerpc*]} {
+ verbose "$me: PPC target required, returning 0" 2
+ return 0
+ }
+
# Make sure we have a compiler that understands altivec.
if [test_compiler_info gcc*] {
set compile_flags "additional_flags=-maltivec"