Raymond Toy pushed to branch issue-284-optimize-signed-byte-32-int-len-vop at cmucl / cmucl
Commits:
-
274feae4
by Raymond Toy at 2024-03-22T09:58:37-07:00
1 changed file:
Changes:
... | ... | @@ -61,6 +61,7 @@ public domain. |
61 | 61 | least-positive-float
|
62 | 62 | * ~~#278~~ Add some more debugging prints to gencgc
|
63 | 63 | * ~~#283~~ Add VOP for `integer-length` for `(unsigned-byte 32)` arg.
|
64 | + * ~~#284~~ Microoptimize `signed-byte-32-int-len` VOP for x86.
|
|
64 | 65 | * Other changes:
|
65 | 66 | * Improvements to the PCL implementation of CLOS:
|
66 | 67 | * Changes to building procedure:
|