> It's numeric.test iirc. numbers.test aparently checks this (sin +nan.0). This test works for me, and no tests result in a crash, although if I replay this test now 2 tests fail :
FAIL: tests/numbers.test: ash: (eqv? 0 (ash most-positive-fixnum -1000)) FAIL: tests/numbers.test: ash: (eqv? -1 (ash most-negative-fixnum -1000)) That's funny but when shifting right many bits then some bits reappear. For instance: scheme@(guile-user)> (ash most-positive-fixnum -31) $6 = 0 scheme@(guile-user)> (ash most-positive-fixnum -32) $7 = 536870911 which is in binary: 11111111111111111111111111111 (29 ones). Where do these bits come from I wonder, but this is another story. > I use nixos, you know already :) It's the guile in nipxkgs trunk. And I meant > n32, not n64. Ah yes! Your name sounded familiar :) My nixos fuulong box need some care BTW... I will try to remember how to upgrade nixos and check guile there. -- You received this message because you are subscribed to the Google Groups "loongson-dev" group. To post to this group, send email to loongson-dev@googlegroups.com. To unsubscribe from this group, send email to loongson-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/loongson-dev?hl=en.