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 b6dc7f4 commit 8ab3ae8Copy full SHA for 8ab3ae8
clang/lib/Basic/Targets/X86.h
@@ -842,7 +842,7 @@ class LLVM_LIBRARY_VISIBILITY UEFIX86_64TargetInfo
842
// Windows target in the future.
843
this->TheCXXABI.set(TargetCXXABI::Microsoft);
844
LongWidth = LongAlign = 32;
845
- LongLongAlign = 64;
+ DoubleAlign = LongLongAlign = 64;
846
LongDoubleWidth = LongDoubleAlign = 64;
847
LongDoubleFormat = &llvm::APFloat::IEEEdouble();
848
IntMaxType = SignedLongLong;
0 commit comments