mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 01:14:40 +00:00
[ABI FIX] Fix 128-bit ABI issues
This commit is contained in:
@@ -622,9 +622,9 @@ namespace lbAbiAmd64SysV {
|
||||
switch (kind) {
|
||||
case LLVMIntegerTypeKind:
|
||||
if (LLVM_VERSION_MAJOR >= 18 && sz >= 16) {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
return false;
|
||||
case LLVMHalfTypeKind:
|
||||
case LLVMFloatTypeKind:
|
||||
case LLVMDoubleTypeKind:
|
||||
|
||||
Reference in New Issue
Block a user