[squeak-dev] Float32Array weirdness

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Sat Feb 13 15:16:54 UTC 2021


Hi Stef,
it's a VM problem that has been solved already. It works OK with latest VM.

Le sam. 13 févr. 2021 à 15:34, Stéphane Rollandin
<lecteur at zogotounga.net> a écrit :
>
> Hello all,
>
> In the latest trunk image, #at:put: in Float32Array seems to miss the
> fractional part:
>
> | floatArray  |
> (floatArray := Float32Array new: 4) at: 2 put: 2.3.
> floatArray
>
>         ==>  a Float32Array(0.0 2.0 0.0 0.0)
>
>
> Stef
>


More information about the Squeak-dev mailing list