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 f7ef3fe commit 165c6ccCopy full SHA for 165c6cc
libclc/libspirv/include/libspirv/lp64_types.h
@@ -22,6 +22,8 @@ typedef char __clc_vec4_char_t __attribute__((ext_vector_type(4)));
22
typedef char __clc_vec8_char_t __attribute__((ext_vector_type(8)));
23
typedef char __clc_vec16_char_t __attribute__((ext_vector_type(16)));
24
25
+// Typedef some signed char types that SPIR-V requires as the destination of
26
+// certain conversion builtins.
27
typedef signed char __clc_schar_t;
28
typedef signed char __clc_vec2_schar_t __attribute__((ext_vector_type(2)));
29
typedef signed char __clc_vec3_schar_t __attribute__((ext_vector_type(3)));
0 commit comments