From 1140a646c17c461d69ebcaee39aa825d16bae4a6 Mon Sep 17 00:00:00 2001 From: "Paul A. Patience" Date: Fri, 28 Jun 2024 23:08:28 -0400 Subject: [PATCH] math: push bignum-elision feature here, not in quaviver --- code/math/packages.lisp | 3 +++ code/packages.lisp | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/math/packages.lisp b/code/math/packages.lisp index 33665d61..b26c143b 100644 --- a/code/math/packages.lisp +++ b/code/math/packages.lisp @@ -9,3 +9,6 @@ #:floor-log-expt #:floor-log2-expt10 #:floor-log10-expt2)) + +#+sbcl +(pushnew :quaviver/bignum-elision *features*) diff --git a/code/packages.lisp b/code/packages.lisp index b8ff04ec..646286a2 100644 --- a/code/packages.lisp +++ b/code/packages.lisp @@ -33,6 +33,3 @@ (:no-error (result) (declare (ignore result)) (pushnew :quaviver/long-float *features*)))) - -#+sbcl -(pushnew :quaviver/bignum-elision *features*)