compiler.cfg.intrinsics.simd: the ulonglong case is correct, it just shouldn't convert the value to a fixnum
parent
644dac1fc0
commit
c3f9c0a9a3
|
@ -35,6 +35,10 @@ IN: compiler.cfg.intrinsics.simd
|
|||
0x8000,0000 0x8000,0000
|
||||
0x8000,0000 0x8000,0000
|
||||
} underlying>> ] }
|
||||
{ longlong-2-rep [ ulonglong-array{
|
||||
0x8000,0000,0000,0000
|
||||
0x8000,0000,0000,0000
|
||||
} underlying>> ] }
|
||||
} case ;
|
||||
|
||||
: ^load-neg-zero-vector ( rep -- dst )
|
||||
|
|
Loading…
Reference in New Issue