Possible bug in 32 bit arm version of CCL in arm2.lisp and an apparent fix
JTK <[email protected]>
| Newsgroups | gmane.lisp.openmcl.devel |
|---|---|
| Message-ID | <[email protected]> |
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