[clang] [Headers][X86] Remove duplicate __v8hu, NFCI (PR #153734)
Phoebe Wang via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 14 20:32:08 PDT 2025
https://github.com/phoebewang created https://github.com/llvm/llvm-project/pull/153734
Newly added in xmmintrin.h by c8312bdd1665225c585dd2b0bff5e46d569edd45
>From 40265a5b25d3bed04e99532b7202945f08c95dd8 Mon Sep 17 00:00:00 2001
From: "Wang, Phoebe" <phoebe.wang at intel.com>
Date: Fri, 15 Aug 2025 11:28:07 +0800
Subject: [PATCH] [Headers][X86] Remove duplicate __v8hu, NFCI
Newly added in xmmintrin.h by c8312bdd1665225c585dd2b0bff5e46d569edd45
---
clang/lib/Headers/emmintrin.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/clang/lib/Headers/emmintrin.h b/clang/lib/Headers/emmintrin.h
index 58caded7430bc..45f2d157e5c7f 100644
--- a/clang/lib/Headers/emmintrin.h
+++ b/clang/lib/Headers/emmintrin.h
@@ -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
More information about the cfe-commits
mailing list