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
Container 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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Jon Boone
cmucl
Commits
Commits · sse2-merge-with-2008-10
sse2-merge-with-2008-10
Select Git revision
Selected
sse2-merge-with-2008-10
Branches
20
master
default
protected
org.cmucl.debug.dynamic-space
fetch-ansi-tests
rtoy-refactor-ci-config
rtoy-issue-87-add-cl-bench
rtoy-issue-76-add-ansi-tests-to-ci
issue-86-save-fpu-state-on-entry-to-alloc
issue-85-opt-level-set-in-x86-config
rtoy-issue-84-remove-unix-glibc2
rtoy-amd64-p1
rtoy-issue-78-unneded-code-code-in-complex-acos
rtoy-use-ssse3-insts
rtoy-issue-82-replace-bc
rtoy-issue-77-tests-sqrt-exceptional
rtoy-add-emarsden-contribs
rtoy-issue-80-asdfify-contribs
issue-68-use-gcc-o1
rtoy-update-clx-with-cmucl-fixes
upstream-clx
21d-branch
Tags
20
snapshot-2020-04
snapshot-2019-06
21d
snapshot-2018-10
snapshot-2018-03
snapshot-2018-02
snapshot-2018-01
21c
snapshot-2017-10
snapshot-2017-04
snapshot-2017-03
sparc64-dev-checkpoint-6
sparc64-dev-checkpoint-5
snapshot-2017-01
sparc64-dev-checkpoint-4
sparc64-dev-checkpoint-3
sparc64-dev-checkpoint-2
sparc64-dev-checkpoint-1
sparc64-dev-checkpoint-0
snapshot-2016-12
41 results
cmucl
Author
Search by author
Any Author
authors
Jon Boone
jboone
1 author
Browse files
Oct 08, 2008
Merge changes from snapshot-2008-10.
· 9a5e67ab
rtoy
authored
16 years ago
View commits for tag sse2-merge-with-2008-10
sse2-merge-with-2008-10
9a5e67ab
Oct 06, 2008
Only output the FPU type for x86. Don't do anything for any other
· 47ecd607
rtoy
authored
16 years ago
View commits for tag sse2-packed-base
sse2-packed-base
47ecd607
Oct 05, 2008
Macroize the sap vops.
· c4e198fd
rtoy
authored
16 years ago
c4e198fd
Always call the function directly since there's no savings in space or
· 33320f9d
rtoy
authored
16 years ago
33320f9d
Oct 04, 2008
Remove uses of x87 stuff when using sse2. Update core file format to
· 331b55d4
rtoy
authored
16 years ago
331b55d4
Oops. Found one case where we were using x87 instructions where we
· 24a3673d
rtoy
authored
16 years ago
24a3673d
Oct 03, 2008
Don't need to do the FPU precision stuff on Darwin. Darwin uses SSE2.
· fa5de51f
rtoy
authored
16 years ago
fa5de51f
Oct 02, 2008
code/float-trap.lisp:
· 52334cc1
rtoy
authored
16 years ago
52334cc1
Declare arg type for (setf floating-point-modes) so the code can run
· 2d0985ef
rtoy
authored
16 years ago
2d0985ef
Oops. Remove debugging print.
· 18c8c601
rtoy
authored
16 years ago
18c8c601
Oct 01, 2008
Forgot to copy both x86f and sse2f fasls.
· 3bd271e4
rtoy
authored
16 years ago
3bd271e4
Remove set -x.
· b37b9857
rtoy
authored
16 years ago
b37b9857
Remove unused code.
· 67fcbe1e
rtoy
authored
16 years ago
67fcbe1e
Don't need float-wait instructions with SSE2 (which are precise and
· 7799506c
rtoy
authored
16 years ago
View commits for tag sse2-checkpoint-2008-10-01
sse2-checkpoint-2008-10-01
7799506c
Enable fast mode for SSE2. Underflows are flushed to zero.
· 7883fd7a
rtoy
authored
16 years ago
7883fd7a
Some random cleanups of the code.
· 7d93f362
rtoy
authored
16 years ago
7d93f362
Remove debugging prints.
· d526ee91
rtoy
authored
16 years ago
d526ee91
Update os_sigcontext_fpu_modes to return the modes in the correct
· af6f4cc5
rtoy
authored
16 years ago
af6f4cc5
o Fix typo in converting the FPU control and status word to the
· 140ac316
rtoy
authored
16 years ago
140ac316
Combine x87 and sse2 modes in a compatible format. Partially work.
· a5ffa0f9
rtoy
authored
16 years ago
a5ffa0f9
Sep 30, 2008
Define i386 when compiling C code.
· 49f6f5b9
rtoy
authored
16 years ago
49f6f5b9
tools/clean-target.sh:
· edec4915
rtoy
authored
16 years ago
edec4915
o Be a little more specific about the core files we install. For x86
· e200645d
rtoy
authored
16 years ago
e200645d
Change arch_init everywhere (almost) to take the fpu_mode_t argument.
· 0dc795cf
rtoy
authored
16 years ago
0dc795cf
Don't try to compiler or load x86-specific files if we're not building
· e038a05e
rtoy
authored
16 years ago
e038a05e
Make the SSE2 stuff use run-time tests so that we can run this code on
· 12b36b42
rtoy
authored
16 years ago
12b36b42
It appears we don't need to set the sigcontext. Just set the
· 8fbe45f5
rtoy
authored
16 years ago
8fbe45f5
First cut at getting sigfpe working with sse2. Previously, the
· 5ce48a03
rtoy
authored
16 years ago
5ce48a03
Need to flip the status bits because Lisp uses enable bits and the
· 87c26274
rtoy
authored
16 years ago
87c26274
Sep 29, 2008
Add vops to allow access to the raw SSE2 mxcsr register. Do the same
· 422360e2
rtoy
authored
16 years ago
422360e2
o Clean up some code
· 04f0fdf2
rtoy
authored
16 years ago
04f0fdf2
Sep 28, 2008
Move the x87-specific version of array.lisp to x87-array.lisp.
· bd92b8de
rtoy
authored
16 years ago
bd92b8de
Move the x87-specific version of sap.lisp to x87-sap.lisp.
· 60f80f2f
rtoy
authored
16 years ago
60f80f2f
Move the x87-specific version of c-call.lisp to x87-c-call.lisp.
· 67782d39
rtoy
authored
16 years ago
67782d39
Preliminary support for dealing with x87 and sse2 in the same tree.
· 61ec724b
rtoy
authored
16 years ago
61ec724b
Use a different file extension when compiling for sse2. This allows
· 43d36596
rtoy
authored
16 years ago
43d36596
Use Carl's idea of doing the SSE2 stuff in c-call instead of in
· e08e6cd1
rtoy
authored
16 years ago
e08e6cd1
Sep 27, 2008
Oops. Remove the set -x.
· cb65afbd
rtoy
authored
16 years ago
cb65afbd
Fix up some FP handling for SSE2. Need to set up the X87 state as
· 3d2cb0d0
rtoy
authored
16 years ago
3d2cb0d0
Some clean up of code, and porting to Darwin/x86.
· 03482bae
rtoy
authored
16 years ago
03482bae
Loading