Files
86Box/src/cpu
linear cannon 04c89959f8 adjust CLOCK_CYCLES and related macros to handle fpu/iu concurrency
add CLOCK_CYCLES_FPU, which does exactly what CLOCK_CYCLES already did.

add CONCURRENCY_CYCLES, which sets fpu_cycles, which is the number of
available concurrent execution cycles that the integer unit can do
"free" work in while the fpu is executing.

adjust CLOCK_CYCLES so that if there are fpu_cycles, the cycle count is
subtracted from fpu_cycles instead of cycles, emulating the behavior of
these concurrent cycles being "free" as on real hardware.
2022-01-29 07:38:41 -08:00
..
2020-11-18 01:09:17 -03:00
2020-11-18 01:09:17 -03:00
2020-11-18 01:09:17 -03:00
2021-04-11 08:30:46 +02:00
2021-11-18 18:28:40 +01:00
2021-08-09 09:58:01 +02:00
2021-08-09 09:58:01 +02:00