Skip to content
Snippets Groups Projects
Commit 44691848 authored by toy's avatar toy
Browse files

(defun foo (x)

  (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.
parent 7c32a976
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment