Fix mistranscription of opcode for UNPCKLF.
authorTaylor R Campbell <campbell@mumble.net>
Fri, 30 Nov 2018 00:47:15 +0000 (00:47 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Fri, 30 Nov 2018 06:53:15 +0000 (06:53 +0000)
src/compiler/machines/x86-64/instrf.scm

index ef3b893b80d4e69c7881a02446d7d0389b295729..f02d28eda9e2af0434601e077fc9b730da4fc50e 100644 (file)
@@ -116,7 +116,7 @@ USA.
   (define-packed-bitwise-instruction XORF       #x57)
   ;; Not really bitwise instruction, but these two fit the pattern.
   (define-packed-bitwise-instruction UNPCKHF    #x15)
-  (define-packed-bitwise-instruction UNPCKLF    #x15))
+  (define-packed-bitwise-instruction UNPCKLF    #x14))
 
 (define-instruction CMPF
   (((? comparator float-comparator)