Skip to content
Snippets Groups Projects
Commit e981542b authored by dtc's avatar dtc
Browse files

Fix the naming of the new %unary-* VOPS.

parent d773635c
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/float.lisp,v 1.4 1997/04/23 19:05:20 dtc Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/float.lisp,v 1.5 1997/04/24 20:27:06 dtc Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -1108,7 +1108,7 @@ ...@@ -1108,7 +1108,7 @@
(frob %unary-round double-reg double-float t)) (frob %unary-round double-reg double-float t))
(macrolet ((frob (trans from-sc from-type round-p) (macrolet ((frob (trans from-sc from-type round-p)
`(define-vop (,(symbolicate trans "/unsigned" from-type)) `(define-vop (,(symbolicate trans "/" from-type "=>UNSIGNED"))
(:args (x :scs (,from-sc) :target fr0)) (:args (x :scs (,from-sc) :target fr0))
(:temporary (:sc double-reg :offset fr0-offset (:temporary (:sc double-reg :offset fr0-offset
:from :argument :to :result) fr0) :from :argument :to :result) fr0)
......
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