Skip to content
Snippets Groups Projects
Commit 04ab9e8e authored by rtoy's avatar rtoy
Browse files

Revert change merged from sse2-branch. We want the assembly

code and call-out vop to be ignorant of whether we're have sse2 or
not.  Always do the x87 fstp/fldz stuff.

compiler/x86/sse2-c-call.lisp:
o Revert to vers 1.1.2.4, reinstating the fstp/fldz stuff in the
  callout vop.

lisp/lisp.c:
o Remove use of use_sse2.
o Use fpu_mode_t for checking the fpu type.

x86-assem.S:
o Revert to ver 1.29.6.4:
  - Remove use of use_sse2.
  - Always do x87 fstp/fldz stuff whether we're using an sse2 or x87
    core.
parent acc95c29
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment