Fix Mac Intel alignment issue

db4
Slava Pestov 2008-02-04 17:33:59 -06:00
parent 37bb75b19b
commit 123aabc730
1 changed files with 4 additions and 0 deletions

View File

@ -261,6 +261,10 @@ windows? [
cell "ulonglong" c-type set-c-type-align
] unless
macosx? [
cell "double" c-type set-c-type-align
] when
T{ x86-backend f 4 } compiler-backend set-global
: sse2? "Intrinsic" throw ;