Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • dtc's avatar
    5d371315
    Cleanup the float bit accessors single-float-bits, · 5d371315
    dtc authored
    double-float-high-bits, and double-float-low-bits; allowing the
    argument to be on stack in which case the bits can be accessed
    directly.
    
    Add a %log1p version that checks the argument range necessary for the
    386/486, the faster Pentium specific version is used if :pentium is in
    backend features.
    5d371315
    History
    Cleanup the float bit accessors single-float-bits,
    dtc authored
    double-float-high-bits, and double-float-low-bits; allowing the
    argument to be on stack in which case the bits can be accessed
    directly.
    
    Add a %log1p version that checks the argument range necessary for the
    386/486, the faster Pentium specific version is used if :pentium is in
    backend features.