[Git][cmucl/cmucl][issue-156-add-vops-for-ge-le] Fix typo: :naa should be :nae

Raymond Toy (@rtoy) gitlab at common-lisp.net
Thu Mar 2 01:09:42 UTC 2023



Raymond Toy pushed to branch issue-156-add-vops-for-ge-le at cmucl / cmucl


Commits:
62d141d7 by Raymond Toy at 2023-03-01T17:09:05-08:00
Fix typo:  :naa should be :nae

- - - - -


1 changed file:

- src/compiler/x86/float-sse2.lisp


Changes:

=====================================
src/compiler/x86/float-sse2.lisp
=====================================
@@ -978,7 +978,7 @@
   (frob < double comisd :b :nb)
   (frob <= double comisd :be :nbe)
   (frob > double comisd :a :na)
-  (frob >= double comisd :ae :naa))
+  (frob >= double comisd :ae :nae))
 
 
 ;;;; Conversion:



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/62d141d795281b5bfe99752a980706a15b444208

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/62d141d795281b5bfe99752a980706a15b444208
You're receiving this email because of your account on gitlab.common-lisp.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20230302/f05b1060/attachment.html>


More information about the cmucl-cvs mailing list