Skip to content

Commit 6422433

Browse files
committed
Add typedef for __v16qu in xmmintrin.h
1 parent b4e63e1 commit 6422433

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Headers/xmmintrin.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ typedef float __m128_u __attribute__((__vector_size__(16), __aligned__(1)));
2424
/* Unsigned types */
2525
typedef unsigned int __v4su __attribute__((__vector_size__(16)));
2626
typedef unsigned short __v8hu __attribute__((__vector_size__(16)));
27+
typedef unsigned char __v16qu __attribute__((__vector_size__(16)));
2728

2829
/* This header should only be included in a hosted environment as it depends on
2930
* a standard library to provide allocation routines. */

0 commit comments

Comments
 (0)