[Headers][X86] Remove duplicate __v8hu, NFCI (#153734)

Newly added in xmmintrin.h by c8312bdd1665225c585dd2b0bff5e46d569edd45
This commit is contained in:
Phoebe Wang 2025-08-15 22:48:59 +08:00 committed by GitHub
parent 144f3c4cbf
commit f24d91eb2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,6 @@ typedef char __v16qi __attribute__((__vector_size__(16)));
/* Unsigned types */
typedef unsigned long long __v2du __attribute__((__vector_size__(16)));
typedef unsigned short __v8hu __attribute__((__vector_size__(16)));
typedef unsigned char __v16qu __attribute__((__vector_size__(16)));
/* We need an explicitly signed variant for char. Note that this shouldn't