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/62d141d795281b5bfe99752a... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/62d141d795281b5bfe99752a... You're receiving this email because of your account on gitlab.common-lisp.net.