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
21b86808
Commit
21b86808
authored
16 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Document the -fpu option.
parent
f9a6cfdc
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
general-info/lisp.1
+11
-1
11 additions, 1 deletion
general-info/lisp.1
with
11 additions
and
1 deletion
general-info/lisp.1
+
11
−
1
View file @
21b86808
...
...
@@ -6,7 +6,7 @@
.\" If you want to use this code or any part of CMU Common Lisp, please contact
.\" Scott Fahlman or slisp-group@cs.cmu.edu.
.\"
.\"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/general-info/lisp.1,v 1.1
1
200
5
/0
6/22 20:34:10
rtoy Exp $
.\"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/general-info/lisp.1,v 1.1
2
200
9
/0
1/10 03:08:31
rtoy Exp $
.\"
.\" **********************************************************************
.\"
...
...
@@ -109,6 +109,16 @@ is the decimal number of the socket to connect to.
Enables printing of messages indicating how CMUCL is searching for its
core file. This is useful if CMUCL is not finding its core file for
some reason.
.TP
.BR \-fpu " fpu-mode"
This option is only available on x86 systems. This option takes the
values x87, sse2, or auto, with auto being the default. With the
default value, CMUCL will check to see if the machine running CMUCL
supports SSE2 or not. If so, the SSE2 core file is automatically
selected and used. If not, the x87 core file is used. With this
option, the user can override the detection and select a core. (Note
that you cannot run the SSE2 core on a chip that doesn't not have
SSE2. But the x87 core can run on any machine.)
.PP
.SH ENVIRONMENT
...
...
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