Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • toy's avatar
    c275fc68
    o Fix the declaration bug in complex-log-scaled · c275fc68
    toy authored
    o Remove the old special function routines
    o Add logb-finite to help optimize the use of logb
    o Remove some unneeded declarations since the compiler is smarter now
      than when this was originally written.
    o Add inhibit-warnings to coerce-to-complex-type since their
      unavoidable.
    o The cores of some routines are compiled with speed 3 and space 0 to
      get some maybe-inline routines inlined.
    c275fc68
    History
    o Fix the declaration bug in complex-log-scaled
    toy authored
    o Remove the old special function routines
    o Add logb-finite to help optimize the use of logb
    o Remove some unneeded declarations since the compiler is smarter now
      than when this was originally written.
    o Add inhibit-warnings to coerce-to-complex-type since their
      unavoidable.
    o The cores of some routines are compiled with speed 3 and space 0 to
      get some maybe-inline routines inlined.