Skip to content
  • Raymond Toy's avatar
    Move the FPU save/restore stuff from os.h to arch.h · 441a76a6
    Raymond Toy authored
     * src/lisp/os.h
       * Move macros and definitions for FPU save/restore from here.
     * src/lisp/arch.h
       * Put architecture neutral stuff from os.h here.
     * src/lisp/ppc-arch.h
     * src/lisp/sparc-arch.h
     * src/lisp/x86-arch.h
       * Implement the FPU save/restore macros here for each supported
         architecture.
    441a76a6