Skip to content

Commit eb18c4e

Browse files
committed
Remove unused _anyext128 macro
1 parent aeaae22 commit eb18c4e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/lib/Headers/mmintrin.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ typedef char __v16qi __attribute__((__vector_size__(16)));
5454
#define __zext128(x) \
5555
(__m128i) __builtin_shufflevector((__v2si)(x), __extension__(__v2si){}, 0, \
5656
1, 2, 3)
57-
#define __anyext128(x) \
58-
(__m128i) __builtin_shufflevector((__v2si)(x), __extension__(__v2si){}, 0, \
59-
1, -1, -1)
6057

6158
/// Clears the MMX state by setting the state of the x87 stack registers
6259
/// to empty.

0 commit comments

Comments
 (0)