We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb410a commit 5884d42Copy full SHA for 5884d42
utils/TableGen/NeonEmitter.cpp
@@ -2409,7 +2409,7 @@ void NeonEmitter::run(raw_ostream &OS) {
2409
OS << "#endif\n";
2410
OS << "\n";
2411
2412
- OS << "#define __ai static __inline __attribute__((__always_inline__, "
+ OS << "#define __ai static __inline__ __attribute__((__always_inline__, "
2413
"__nodebug__))\n\n";
2414
2415
SmallVector<Intrinsic *, 128> Defs;
@@ -2518,7 +2518,7 @@ void NeonEmitter::runFP16(raw_ostream &OS) {
2518
2519
OS << "typedef __fp16 float16_t;\n";
2520
2521
2522
2523
2524
0 commit comments