Fix Mac Intel alignment issue
parent
37bb75b19b
commit
123aabc730
|
@ -261,6 +261,10 @@ windows? [
|
||||||
cell "ulonglong" c-type set-c-type-align
|
cell "ulonglong" c-type set-c-type-align
|
||||||
] unless
|
] unless
|
||||||
|
|
||||||
|
macosx? [
|
||||||
|
cell "double" c-type set-c-type-align
|
||||||
|
] when
|
||||||
|
|
||||||
T{ x86-backend f 4 } compiler-backend set-global
|
T{ x86-backend f 4 } compiler-backend set-global
|
||||||
|
|
||||||
: sse2? "Intrinsic" throw ;
|
: sse2? "Intrinsic" throw ;
|
||||||
|
|
Loading…
Reference in New Issue