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 ea84474 commit 33c42f8Copy full SHA for 33c42f8
clang/lib/Basic/Targets/ARM.h
@@ -227,7 +227,7 @@ class LLVM_LIBRARY_VISIBILITY ARMTargetInfo : public TargetInfo {
227
const char *getBFloat16Mangling() const override { return "u6__bf16"; };
228
229
std::pair<unsigned, unsigned> hardwareInterferenceSizes() const override {
230
- return std::make_pair(getTriple().isArch64Bit() ? 256 : 64, 64);
+ return std::make_pair(64, 64);
231
}
232
};
233
0 commit comments