-
- Downloads
Move the FPU save/restore stuff from os.h to arch.h
* 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.
Showing
- src/lisp/arch.h 16 additions, 6 deletionssrc/lisp/arch.h
- src/lisp/os.h 0 additions, 39 deletionssrc/lisp/os.h
- src/lisp/ppc-arch.h 19 additions, 0 deletionssrc/lisp/ppc-arch.h
- src/lisp/sparc-arch.h 23 additions, 0 deletionssrc/lisp/sparc-arch.h
- src/lisp/x86-arch.h 32 additions, 0 deletionssrc/lisp/x86-arch.h
Loading
Please register or sign in to comment