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.
2 parents c5083e0 + f24d91e commit f5a59d9Copy full SHA for f5a59d9
clang/lib/Headers/emmintrin.h
@@ -31,7 +31,6 @@ typedef char __v16qi __attribute__((__vector_size__(16)));
31
32
/* Unsigned types */
33
typedef unsigned long long __v2du __attribute__((__vector_size__(16)));
34
-typedef unsigned short __v8hu __attribute__((__vector_size__(16)));
35
typedef unsigned char __v16qu __attribute__((__vector_size__(16)));
36
37
/* We need an explicitly signed variant for char. Note that this shouldn't
0 commit comments