]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/lib/target-supports.exp
ia64.c (TARGET_VECTOR_MODE_SUPPORTED_P): New.
[thirdparty/gcc.git] / gcc / testsuite / lib / target-supports.exp
index 19d95afa2716b2dadff0e7141a5cc82898774f12..defb4d4e75db4c8dd2e8fbad6869d66f7e2c7333 100644 (file)
@@ -455,7 +455,8 @@ proc check_effective_target_vect_int { } {
              || [istarget powerpc*-*-*]
              || [istarget x86_64-*-*]
              || [istarget sparc*-*-*]
-             || [istarget alpha*-*-*] } {
+             || [istarget alpha*-*-*]
+             || [istarget ia64-*-*] } {
           set et_vect_int_saved 1
        }
     }
@@ -496,7 +497,8 @@ proc check_effective_target_vect_float { } {
        if { [istarget i?86-*-*]
              || [istarget powerpc*-*-*]
              || [istarget mipsisa64*-*-*]
-             || [istarget x86_64-*-*] } {
+             || [istarget x86_64-*-*]
+             || [istarget ia64-*-*] } {
           set et_vect_float_saved 1
        }
     }
@@ -583,7 +585,8 @@ proc check_effective_target_vect_no_align { } {
     } else {
        set et_vect_no_align_saved 0
        if { [istarget mipsisa64*-*-*]
-            || [istarget sparc*-*-*] } {
+            || [istarget sparc*-*-*]
+            || [istarget ia64-*-*] } {
            set et_vect_no_align_saved 1
        }
     }