Skip to content

Commit f24d91e

Browse files
authored
[Headers][X86] Remove duplicate __v8hu, NFCI (#153734)
Newly added in xmmintrin.h by c8312bd
1 parent 144f3c4 commit f24d91e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Headers/emmintrin.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ typedef char __v16qi __attribute__((__vector_size__(16)));
3131

3232
/* Unsigned types */
3333
typedef unsigned long long __v2du __attribute__((__vector_size__(16)));
34-
typedef unsigned short __v8hu __attribute__((__vector_size__(16)));
3534
typedef unsigned char __v16qu __attribute__((__vector_size__(16)));
3635

3736
/* We need an explicitly signed variant for char. Note that this shouldn't

0 commit comments

Comments
 (0)