[Openmcl-devel] Possible bug in 32 bit arm version of CCL in arm2.lisp and an apparent fix
JTK
jetmonk at gmail.com
Wed Nov 16 19:42:34 PST 2022
In compiler/ARM/arm2.lisp (git version) I think there is a bug
At line 356, the non-existent function/op nfp-store-unboxed-double-float-nested should be nfp-store-double-float-nested
A compilation of a float-parser I wrote failed until I made this change; it failed with the complaint that the ‘boxed’ version did not exist.
I think this is a typo holdover from the previous block containing an op for ‘unboxed-word’.
-JK
More information about the Openmcl-devel
mailing list