Skip to content
Snippets Groups Projects
Commit ecd7d26d authored by Raymond Toy's avatar Raymond Toy
Browse files

Oops. Only compile float-sse2 on x86 machines!

parent 5abd66f6
No related branches found
No related tags found
No related merge requests found
......@@ -173,8 +173,9 @@
(when *load-stuff*
(load (vmdir "target:assembly/support")))
(comf (vmdir "target:compiler/move"))
(comf (vmdir "target:compiler/float-sse2")
:byte-compile *byte-compile*)
(when (c:target-featurep :x86)
(comf (vmdir "target:compiler/float-sse2")
:byte-compile *byte-compile*))
(comf (vmdir "target:compiler/sap") :byte-compile *byte-compile*)
(when (c:target-featurep :x86)
(comf (vmdir "target:compiler/sse2-sap")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment