Skip to content

Commit

Permalink
math: push bignum-elision feature here, not in quaviver
Browse files Browse the repository at this point in the history
  • Loading branch information
paulapatience committed Jun 29, 2024
1 parent 8cb6489 commit 1140a64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions code/math/packages.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@
#:floor-log-expt
#:floor-log2-expt10
#:floor-log10-expt2))

#+sbcl
(pushnew :quaviver/bignum-elision *features*)
3 changes: 0 additions & 3 deletions code/packages.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,3 @@
(:no-error (result)
(declare (ignore result))
(pushnew :quaviver/long-float *features*))))

#+sbcl
(pushnew :quaviver/bignum-elision *features*)

0 comments on commit 1140a64

Please sign in to comment.