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