X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=base-target-features.lisp-expr;h=019b37efcf557566e2bcaf737fa6d9bfdab31db8;hb=05bb9b2b4ff04fb85067aa31c84d205b7a00c390;hp=ca1e90cd35130f7c21500858b81fe803026e00c9;hpb=65b5ab7e713d04e0d76bc0ee196374f6e57b922f;p=sbcl.git diff --git a/base-target-features.lisp-expr b/base-target-features.lisp-expr index ca1e90c..019b37e 100644 --- a/base-target-features.lisp-expr +++ b/base-target-features.lisp-expr @@ -309,6 +309,17 @@ ;; foreign code that uses a 32-bit off_t. ; :largefile + ;; Enabled automatically on platforms that have VOPs to compute the + ;; high half of a full word-by-word multiplication. When disabled, + ;; SB-KERNEL:%MULTIPLY-HIGH is implemented in terms of + ;; SB-BIGNUM:%MULTIPLY. + ; :multiply-high-vops + + ;; SBCL has optional support for zlib-based compressed core files. Enable + ;; this feature to compile it in. Obviously, doing so adds a dependency + ;; on zlib. + ; :sb-core-compression + ;; ;; miscellaneous notes on other things which could have special significance ;; in the *FEATURES* list