We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36cd07 commit 2a5ca66Copy full SHA for 2a5ca66
src/ansi-c/clang_builtin_headers.h
@@ -1,3 +1,10 @@
1
__gcc_v4sf __builtin_shufflevector(__gcc_v4sf, __gcc_v4sf, ...);
2
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
10
int __builtin_flt_rounds(void);
0 commit comments