summaryrefslogtreecommitdiffstats
path: root/test/PCH/ext_vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/ext_vector.h')
-rw-r--r--test/PCH/ext_vector.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/PCH/ext_vector.h b/test/PCH/ext_vector.h
new file mode 100644
index 0000000..39ab923
--- /dev/null
+++ b/test/PCH/ext_vector.h
@@ -0,0 +1,4 @@
+// Header file for ext_vector.c PCH test
+
+typedef __attribute__((ext_vector_type(2))) float float2;
+typedef __attribute__((ext_vector_type(4))) float float4;
OpenPOWER on IntegriCloud