Skip to content
  • Raymond Toy's avatar
    Save FPU state in alloc_overflow_sse2 · 8b08b800
    Raymond Toy authored
    It's best to save the FPU state here instead of in alloc() because we
    can't know what the compiler might do.  Remove the fpu save stuff from
    alloc().
    
    gcc 9.3.1 builds lisp successfully.
    8b08b800