X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-rotate-byte%2Fsb-rotate-byte.asd;fp=contrib%2Fsb-rotate-byte%2Fsb-rotate-byte.asd;h=8cf6d4730e187d638626b46a0d198c9a707af332;hb=abc6bed30fe634a0542d5a1424481447ba18386c;hp=40ae7dde82827973b213e19d44a24b020d17ccdb;hpb=1f03c7f326823245708a84af86b31ac72bdb1742;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