From f8b8a76d6eac7d59b39a9c83fd8a4597257b31b7 Mon Sep 17 00:00:00 2001 From: no-author Date: Wed, 13 Apr 2005 06:29:46 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'apple-gcc-5006'. git-svn-id: https://gcc.gnu.org/svn/gcc/tags/apple-gcc-5006@98075 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/gcc.c-torture/compile/simd-4.x | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 gcc/testsuite/gcc.c-torture/compile/simd-4.x (limited to 'gcc/testsuite/gcc.c-torture/compile/simd-4.x') diff --git a/gcc/testsuite/gcc.c-torture/compile/simd-4.x b/gcc/testsuite/gcc.c-torture/compile/simd-4.x new file mode 100644 index 00000000000..0ab59899f66 --- /dev/null +++ b/gcc/testsuite/gcc.c-torture/compile/simd-4.x @@ -0,0 +1,4 @@ +# APPLE LOCAL file vector instructions are not supported except with -faltivec + +if { [istarget "*-apple-darwin*"] } { set options "-faltivec" } +return 0 -- cgit v1.2.3