summaryrefslogtreecommitdiff
path: root/src/libs/softfloat-3e
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
* libs/*.kmk: Automatic scm cleanups. bugref:10348vboxsync2023-02-012-24/+24
* /*.kmk,configure*: s/SOFTFLOATGUESTR3SHARED/VBoxSoftFloatGuestR3Shared/ s/VBO...vboxsync2023-01-231-1/+1
* Copyright year updates by scm.vboxsync2023-01-176-6/+6
* libs/softfloat: Try to detect __int128 support better (gcc on S10 doesn't hav...vboxsync2022-12-291-1/+1
* /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-193-0/+78
* 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-272-0/+3
* 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-082-0/+4
* softfloat/TestFloat-3e-patch.diff: updatevboxsync2022-08-221-13/+22
* libs/softfloat/testfloat: exportvboxsync2022-08-221-0/+271
* scm copyright and license note updatevboxsync2022-08-223-24/+54
* softfloat-3e,/Config.kmk: We need an addition x86 version when targeting amd6...vboxsync2022-08-191-0/+8
* softfloat-3e,/Config.kmk: Build a version of the library for VBoxGL.dll when ...vboxsync2022-08-111-2/+5
* softfloat-3e: Corrected SOFTFLOAT_STATE_INIT_DEFAULTS - mixed up the rounding...vboxsync2022-08-111-1/+1
* softfloat-3e,/Config.kmk: Build a version of the library for VBoxGL.dll when ...vboxsync2022-08-081-0/+17
* VMM/IEM: Reverted previous commit (included too much) r152134. bugref:9898vboxsync2022-07-051-79/+79
* VMM/IEM: Eliminated the IEMOPMEDIAF2 function tables. Not need because SSE an...vboxsync2022-07-051-79/+79
* libs/softfloat: softfloat_countLeadingZeros16/32/64 onto ASMBitLastSetU16/32/...vboxsync2022-04-291-2/+23
* libs/softfloat: revert accidental change to build/Linux-x86_64-GCC/platform.h...vboxsync2022-04-291-1/+0
* libs/softfloat: Consolidate the build/*/platform.h stuff into a single one fo...vboxsync2022-04-294-40/+83
* 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-215-1/+195
* 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-193-0/+295
* 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: Applied our patch to TestFloat-3e. bugref:9898vboxsync2022-04-113-3/+3
* libs/softfloat: Copied TestFloat-3e from vendor branch and to testfloat subdi...vboxsync2022-04-11204-0/+54305
* libs/softfloat-3e: GCC build fixes for the ring-0 library version. bugref:9898vboxsync2022-04-1128-12/+66
* libs/softfloat-3e: Build ring-0 version the library, for now pretending we ca...vboxsync2022-04-111-0/+14
* libs/softfloat-3e: build (linkin) fix. bugref:9898vboxsync2022-04-092-2/+6
* libs/softfloat-3e: clang/darwin build fix. bugref:9898vboxsync2022-04-061-1/+1
* libs/softfloat-3e: Patch for building TestFloat-3e. bugref:9898vboxsync2022-04-061-0/+302