Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
6a1a2934
Commit
6a1a2934
authored
34 years ago
by
ram
Browse files
Options
Downloads
Patches
Plain Diff
Ripped out exports and put them into exports.lisp.
parent
14577047
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
code/bignum.lisp
+0
-11
0 additions, 11 deletions
code/bignum.lisp
with
0 additions
and
11 deletions
code/bignum.lisp
+
0
−
11
View file @
6a1a2934
...
...
@@ -10,18 +10,7 @@
;;;
;;; This file contains code to implement bignum support.
;;;
(
in-package
"BIGNUM"
)
(
use-package
"VM"
)
(
export
'
(
add-bignums
multiply-bignums
negate-bignum
subtract-bignum
multiply-bignum-and-fixnum
multiply-fixnums
bignum-ashift-right
bignum-ashift-left
bignum-gcd
bignum-to-float
float-bignum-ratio
bignum-integer-length
bignum-logical-and
bignum-logical-ior
bignum-logical-xor
bignum-logical-not
bignum-load-byte
bignum-deposit-byte
bignum-truncate
bignum-plus-p
bignum-compare
make-small-bignum
bignum-logcount
))
;;;; Notes.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment