| Commit message (Expand) | Author | Age | Files | Lines |
| * | VMM/IEM: Fix for extF80_ylog2x having argument x with negative exponent, bugr... | vboxsync | 2023-03-31 | 1 | -9/+16 |
| * | VMM/IEM: Bound f32_rsqrt source code with ifdef/endif VBOX (build fix), bugre... | vboxsync | 2023-02-06 | 1 | -1/+1 |
| * | VMM/IEM: Bound f32_rsqrt source code with ifdef/endif VBOX, bugref:9898 | vboxsync | 2023-02-06 | 1 | -0/+2 |
| * | VMM/IEM: Implementation of f32_rsqrt (inverse square root) in Softfloat libra... | vboxsync | 2023-02-03 | 2 | -0/+63 |
| * | Copyright year updates by scm. | vboxsync | 2023-01-17 | 3 | -3/+3 |
| * | /Config.kmk,softfloat: S10 build tweaks related to overly strict stdbool.h. | vboxsync | 2022-12-29 | 1 | -0/+2 |
| * | VMM/IEM: Rough implementation for fptan instruction in SoftFloat library, bug... | vboxsync | 2022-10-19 | 2 | -0/+77 |
| * | VMM/IEM: Implementation for fpatan instruction in SoftFloat library, bugref:9898 | vboxsync | 2022-10-14 | 3 | -1/+88 |
| * | VMM/IEM: The long double constant replaced with RTFLOAT128 constant to preven... | vboxsync | 2022-10-03 | 1 | -5/+7 |
| * | VMM/IEM: svn props fixed for recently added extF80_log2.c r153800, bugref:9898 | vboxsync | 2022-09-27 | 1 | -0/+78 |
| * | VMM/IEM: Rough implementation for fyl2x and fyl2xp1 instructions in SoftFloat... | vboxsync | 2022-09-27 | 1 | -0/+2 |
| * | libs/softfloat-3e: Build fixes and cleanups for the sincos code. [build fix] ... | vboxsync | 2022-09-08 | 1 | -2/+2 |
| * | libs/softfloat-3e: Build fixes and cleanups for the sincos code. [scm fix] bu... | vboxsync | 2022-09-08 | 1 | -0/+8 |
| * | libs/softfloat-3e: Build fixes and cleanups for the sincos code. bugref:9898 | vboxsync | 2022-09-08 | 2 | -0/+965 |
| * | VMM/IEM: Implementation of CORDIC algorithm for sin and cos in Softfloat libr... | vboxsync | 2022-09-08 | 1 | -0/+3 |
| * | scm copyright and license note update | vboxsync | 2022-08-22 | 1 | -8/+18 |
| * | softfloat-3e: Corrected SOFTFLOAT_STATE_INIT_DEFAULTS - mixed up the rounding... | vboxsync | 2022-08-11 | 1 | -1/+1 |
| * | libs/softfloat: Fixed handling of denormals in softfloat_roundPackToExtF80 wh... | vboxsync | 2022-04-22 | 1 | -4/+16 |
| * | libs/softfloat: Implemented a 387-style fscale function. bugref:9898 | vboxsync | 2022-04-21 | 4 | -1/+194 |
| * | lib/softfloat: Fixed one case of setting the C1 flag during rounding and amen... | vboxsync | 2022-04-21 | 1 | -6/+37 |
| * | lib/softfloat: Corrected not-zero detection when setting the inexact flag aga... | vboxsync | 2022-04-20 | 1 | -2/+3 |
| * | libs/softfloat: Cloned extF80_rem into extF80_partialRem for implementing the... | vboxsync | 2022-04-19 | 2 | -0/+294 |
| * | libs/softfloat: A couple of handy kup files. bugref:9898 | vboxsync | 2022-04-19 | 2 | -0/+0 |
| * | lib/softfloat: Corrected zero detection when setting the inexact flag. bugref... | vboxsync | 2022-04-19 | 1 | -1/+1 |
| * | libs/softfloat: Removed messy attempt at unmasked overflow/undeflow bias adju... | vboxsync | 2022-04-15 | 1 | -295/+0 |
| * | VMM/IEM,libs/softfloat,iprt/types.h: The bias adjust value is applied to both... | vboxsync | 2022-04-15 | 1 | -65/+369 |
| * | VMM/IEM,libs/softfloat,tstIEMAImpl: C implementation of fadd helper and relat... | vboxsync | 2022-04-14 | 2 | -19/+70 |
| * | libs/softfloat: Made extF80_roundToInt set our 'c1' flag too, so it can more ... | vboxsync | 2022-04-11 | 1 | -1/+3 |
| * | libs/softfloat: Corrected the setting our 'c1' flag in softfloat_roundPackToE... | vboxsync | 2022-04-11 | 1 | -2/+9 |
| * | VMM/IEM,libs/softfloat: Don't use global variables in SoftFloat, pass in a st... | vboxsync | 2022-04-11 | 316 | -1189/+1380 |
| * | libs/softfloat-3e: GCC build fixes for the ring-0 library version. bugref:9898 | vboxsync | 2022-04-11 | 27 | -12/+63 |
| * | libs/softfloat-3e: clang/darwin build fix. bugref:9898 | vboxsync | 2022-04-06 | 1 | -1/+1 |
| * | libs/softfloat-3e: Build on windows. bugref:9898 | vboxsync | 2022-04-06 | 2 | -2/+2 |
| * | libs/softfloat-3e: Copied from vendor branch (SoftFloat-3e.zip, md5: 7dac954e... | vboxsync | 2022-04-05 | 427 | -0/+40985 |