We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2cdff6 commit a4c33ecCopy full SHA for a4c33ec
clang/test/SemaOpenCL/format-strings-fixit.cl
@@ -3,6 +3,8 @@
3
// RUN: %clang_cc1 -cl-std=CL1.2 -fsyntax-only -pedantic -Wall -Werror %t
4
// RUN: %clang_cc1 -cl-std=CL1.2 -E -o - %t | FileCheck %s
5
6
+#pragma OPENCL EXTENSION cl_khr_fp64 : enable
7
+
8
typedef __attribute__((ext_vector_type(4))) char char4;
9
typedef __attribute__((ext_vector_type(4))) short short4;
10
typedef __attribute__((ext_vector_type(4))) int int4;
0 commit comments