mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Applied easy part from wilsonk's x86-64 patch in #107
This commit is contained in:
@@ -30,7 +30,7 @@ const LLType* DtoComplexBaseType(Type* t)
|
||||
return LLType::DoubleTy;
|
||||
}
|
||||
else if (ty == Tcomplex80) {
|
||||
if (global.params.cpu == ARCHx86)
|
||||
if ((global.params.cpu == ARCHx86) || (global.params.cpu == ARCHx86_64))
|
||||
return LLType::X86_FP80Ty;
|
||||
else
|
||||
return LLType::DoubleTy;
|
||||
|
||||
Reference in New Issue
Block a user