Skip to content
Snippets Groups Projects
Commit 30df8339 authored by rtoy's avatar rtoy
Browse files

Add :modular-arith to desired features.

parent 552ef19e
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
:random-mt19937 ; MT-19937 generator :random-mt19937 ; MT-19937 generator
:cmu ; Announce this is CMUCL :cmu ; Announce this is CMUCL
:cmu19 :cmu19a ; Current version identifier :cmu19 :cmu19a ; Current version identifier
:modular-arith ; Modular arithmetic
) )
;; Features to remove from current *features* here ;; Features to remove from current *features* here
'(:sparc-v8 :sparc-v7 ; Choose only one of :sparc-v7, :sparc-v8, :sparc-v9 '(:sparc-v8 :sparc-v7 ; Choose only one of :sparc-v7, :sparc-v8, :sparc-v9
......
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