This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
Bochs
Watch
1
Star
0
Fork
0
You've already forked Bochs
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Bochs
/
bochs
/
cpu
/
fpu
History
Stanislav Shwartsman
e14b126198
fixed rounding to float16 (found during AVX512_FP16 development)
...
used Softfloat3 code as reference
2024-01-26 22:53:39 +02:00
..
control_w.h
…
f2xm1.cc
…
ferr.cc
…
fpatan.cc
fixed FPATAN for case of |x|=|y|
2023-11-19 22:00:46 +02:00
fprem.cc
…
fpu_arith.cc
use true/false instead of 0/1 for bool in the cpu code
2023-12-19 20:44:56 +02:00
fpu_cmov.cc
…
fpu_compare.cc
x87: Implemented special behavior for 287-compatibility FSTP opcode: D9D8..D9DF - Behaves the same as FSTP but won't cause a stack underflow exception.
2023-12-07 12:56:02 +02:00
fpu_const.cc
…
fpu_constant.h
…
fpu_load_store.cc
x87: Implemented special behavior for 287-compatibility FSTP opcode: D9D8..D9DF - Behaves the same as FSTP but won't cause a stack underflow exception.
2023-12-07 12:56:02 +02:00
fpu_misc.cc
…
fpu_trans.cc
…
fpu.cc
…
fsincos.cc
…
fyl2x.cc
…
Makefile.in
regen Makefile.in dependencies
2024-01-12 01:10:47 +02:00
poly.cc
…
softfloat16.cc
…
softfloat-compare.h
…
softfloat-macros.h
…
softfloat-muladd.cc
style and disasm updates, no functional impact
2023-12-25 14:57:05 +02:00
softfloat-round-pack.cc
fixed rounding to float16 (found during AVX512_FP16 development)
2024-01-26 22:53:39 +02:00
softfloat-round-pack.h
…
softfloat-specialize.cc
…
softfloat-specialize.h
…
softfloat.cc
style and disasm updates, no functional impact
2023-12-25 14:57:05 +02:00
softfloat.h
…
softfloatx80.cc
…
softfloatx80.h
…
status_w.h
…
tag_w.h
…
todo
…