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 6e96aa6 commit b35c01fCopy full SHA for b35c01f
include/swift/PrintAsClang/ClangMacros.def
@@ -72,6 +72,14 @@
72
#define CLANG_MACRO_CXX_BODY(NAME, BODY)
73
#endif
74
75
+CLANG_MACRO_DEFINED("SWIFT_TYPEDEFS")
76
+
77
+#define MAP_SIMD_TYPE(C_TYPE, SCALAR_TYPE, _) \
78
+ CLANG_MACRO_DEFINED("swift_" #C_TYPE "2") \
79
+ CLANG_MACRO_DEFINED("swift_" #C_TYPE "3") \
80
+ CLANG_MACRO_DEFINED("swift_" #C_TYPE "4")
81
+#include "swift/ClangImporter/SIMDMappedTypes.def"
82
83
CLANG_MACRO_BODY("SWIFT_PASTE", \
84
"# define SWIFT_PASTE_HELPER(x, y) x##y\n" \
85
"# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)")
0 commit comments