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 b4e63e1 commit 6422433Copy full SHA for 6422433
clang/lib/Headers/xmmintrin.h
@@ -24,6 +24,7 @@ typedef float __m128_u __attribute__((__vector_size__(16), __aligned__(1)));
24
/* Unsigned types */
25
typedef unsigned int __v4su __attribute__((__vector_size__(16)));
26
typedef unsigned short __v8hu __attribute__((__vector_size__(16)));
27
+typedef unsigned char __v16qu __attribute__((__vector_size__(16)));
28
29
/* This header should only be included in a hosted environment as it depends on
30
* a standard library to provide allocation routines. */
0 commit comments