Raymond Toy pushed to branch issue-170-clean-up-x86-float-compare at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/compiler/x86/float-sse2.lisp
    ... ... @@ -972,8 +972,8 @@
    972 972
     		       (inst jmp ,yep target)
    
    973 973
     		       (emit-label not-lab)))))))))
    
    974 974
       (frob < single comiss :b :nb)
    
    975
    -  (frob < double comisd :b :nb)
    
    976 975
       (frob > single comiss :a :na)
    
    976
    +  (frob < double comisd :b :nb)
    
    977 977
       (frob > double comisd :a :na))
    
    978 978
     
    
    979 979