X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=f86669ba2a756981d477b18370718e63a325cd0c;hb=eb520f74a818e381004bd69668d7ba1abb94a0bb;hp=f15a23858f3126b39b951dc716d19e544e18b6ae;hpb=34f08eca171fca180a1d75c35c86816acf20a375;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index f15a238..f86669b 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -551,6 +551,8 @@ ("src/compiler/target/move") ("src/compiler/target/float") + #!+sb-simd-pack + ("src/compiler/target/simd-pack") ("src/compiler/target/sap") ("src/compiler/target/system") ("src/compiler/target/char") @@ -576,8 +578,10 @@ ;; x what the problem is and fix it. #!+(or ppc) :ignore-failure-p) ("src/code/cross-modular" :not-target) - ("src/compiler/target/subprim") + ("src/compiler/target/type-vops") + + ("src/compiler/target/subprim") ("src/compiler/target/debug") ;; src/compiler/sparc/c-call contains a deftransform for ;; %ALIEN-FUNCALL -- CSR @@ -594,7 +598,6 @@ ("src/compiler/generic/array") ("src/compiler/target/pred") - ("src/compiler/target/type-vops") ("src/compiler/generic/late-type-vops") ;; KLUDGE: The assembly files need to be compiled twice: once as