compiler.cfg.intrinsics.simd: the ulonglong case is correct, it just shouldn't convert the value to a fixnum

db4
Björn Lindqvist 2014-06-07 17:00:52 +02:00
parent 644dac1fc0
commit c3f9c0a9a3
1 changed files with 4 additions and 0 deletions

View File

@ -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 )