X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-rotate-byte%2Fsb-rotate-byte.asd;h=8cf6d4730e187d638626b46a0d198c9a707af332;hb=2980dfadc866eca324dec15b64b5793aee0c07ee;hp=40ae7dde82827973b213e19d44a24b020d17ccdb;hpb=bf25f936158ea89a142d86a0f0216a8bed029dc5;p=sbcl.git diff --git a/contrib/sb-rotate-byte/sb-rotate-byte.asd b/contrib/sb-rotate-byte/sb-rotate-byte.asd index 40ae7dd..8cf6d47 100644 --- a/contrib/sb-rotate-byte/sb-rotate-byte.asd +++ b/contrib/sb-rotate-byte/sb-rotate-byte.asd @@ -16,6 +16,8 @@ :components ((:file "x86-vm" :in-order-to ((compile-op (feature :x86)))) + (:file "x86-64-vm" + :in-order-to ((compile-op (feature :x86-64)))) (:file "ppc-vm" :in-order-to ((compile-op (feature :ppc))))) :pathname