Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
user avatar
toy authored
  (declare (double-float x))
  (let ((y (* pi x)))
    (atan y y)))

causes both args to the fatan2 vop to be allocated in fr0, which
wasn't handled before.  Fix this.
44691848
History
Name Last commit Last update