]> git.sesse.net Git - pistorm/commit
Full FPU implementation (adapted from UAE)
authorshanshe <shanshe@gmail.com>
Sun, 18 Apr 2021 13:17:31 +0000 (15:17 +0200)
committershanshe <shanshe@gmail.com>
Sun, 18 Apr 2021 13:17:31 +0000 (15:17 +0200)
commit90013f84fdba0e039ed7bc2740166dd273560603
tree52040f97b471413889a8fedc9a20ca4b0d70c0f0
parent1cb448ecbbc94d008c673cf35cdc22ace0f32b38
Full FPU implementation (adapted from UAE)
14 files changed:
Makefile
m68kfpu.c
softfloat/README.txt [deleted file]
softfloat/fpu_constant.h [deleted file]
softfloat/fsincos.c [deleted file]
softfloat/fyl2x.c [deleted file]
softfloat/mamesf.h
softfloat/softfloat-macros.h [moved from softfloat/softfloat-macros with 72% similarity]
softfloat/softfloat-specialize [deleted file]
softfloat/softfloat-specialize.h [new file with mode: 0644]
softfloat/softfloat.c
softfloat/softfloat.h
softfloat/softfloat_fpsp.c [new file with mode: 0644]
softfloat/softfloat_fpsp_tables.h [new file with mode: 0644]