From d7eb87129eb6aa7eeac61ddeeb1357a654380e4b Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 16 Apr 2025 14:53:54 +0200 Subject: [DYNAREC] Introduce BOX64_DYNAREC_X87DOUBLE=2 to handle Low Precision x87 ([ARM64_DYNAREC] only for now) --- docs/box64.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/box64.pod') diff --git a/docs/box64.pod b/docs/box64.pod index 787e99cd..7f46aaaf 100644 --- a/docs/box64.pod +++ b/docs/box64.pod @@ -339,12 +339,13 @@ Tweak the memory barriers to reduce the performance impact by strong memory emua * 2 : All in 1, plus disabled the last write barriers. -=item B =I<0|1> +=item B =I<0|1|2> Force the use of float/double for x87 emulation. * 0 : Try to use float when possible for x87 emulation. [Default] * 1 : Only use Double for x87 emulation. + * 2 : Check Precision Control low precision on x87 emulation. =item B =I -- cgit 1.4.1