Skip to content

Commit 2a5ca66

Browse files
author
Daniel Kroening
committed
add clang's __builtin_ia32_undefX and __builtin_nontemporal_store and __builtin_nontemporal_load
1 parent d36cd07 commit 2a5ca66

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/ansi-c/clang_builtin_headers.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
__gcc_v4sf __builtin_shufflevector(__gcc_v4sf, __gcc_v4sf, ...);
22

3+
__gcc_v2di __builtin_ia32_undef128(void);
4+
__gcc_v4di __builtin_ia32_undef256(void);
5+
__gcc_v8di __builtin_ia32_undef512(void);
6+
7+
void __builtin_nontemporal_store(...);
8+
void __builtin_nontemporal_load(void *);
9+
310
int __builtin_flt_rounds(void);

0 commit comments

Comments
 (0)