|
|
@99255
|
20 months |
vboxsync |
VMM/IEM: Fix for extF80_ylog2x having argument x with negative …
|
|
|
@98479
|
22 months |
vboxsync |
VMM/IEM: Bound f32_rsqrt source code with ifdef/endif VBOX (build …
|
|
|
@98478
|
22 months |
vboxsync |
VMM/IEM: Bound f32_rsqrt source code with ifdef/endif VBOX, bugref:9898
|
|
|
@98470
|
22 months |
vboxsync |
VMM/IEM: Implementation of f32_rsqrt (inverse square root) in …
|
|
|
@98395
|
22 months |
vboxsync |
libs/*.kmk: Automatic scm cleanups. bugref:10348
|
|
|
@98249
|
23 months |
vboxsync |
/*.kmk,configure*: …
|
|
|
@98103
|
23 months |
vboxsync |
Copyright year updates by scm.
|
|
|
@97893
|
2 years |
vboxsync |
libs/softfloat: Try to detect int128 support better (gcc on S10 …
|
|
|
@97891
|
2 years |
vboxsync |
/Config.kmk,softfloat: S10 build tweaks related to overly strict stdbool.h.
|
|
|
@97234
|
2 years |
vboxsync |
VMM/IEM: Rough implementation for fptan instruction in SoftFloat …
|
|
|
@97160
|
2 years |
vboxsync |
VMM/IEM: Implementation for fpatan instruction in SoftFloat library, …
|
|
|
@96965
|
2 years |
vboxsync |
VMM/IEM: The long double constant replaced with RTFLOAT128 constant to …
|
|
|
@96904
|
2 years |
vboxsync |
VMM/IEM: svn props fixed for recently added extF80_log2.c r153800, …
|
|
|
@96893
|
2 years |
vboxsync |
VMM/IEM: Rough implementation for fyl2x and fyl2xp1 instructions in …
|
|
|
@96666
|
2 years |
vboxsync |
libs/softfloat-3e: Build fixes and cleanups for the sincos code. …
|
|
|
@96665
|
2 years |
vboxsync |
libs/softfloat-3e: Build fixes and cleanups for the sincos code. [scm …
|
|
|
@96664
|
2 years |
vboxsync |
libs/softfloat-3e: Build fixes and cleanups for the sincos code. …
|
|
|
@96661
|
2 years |
vboxsync |
VMM/IEM: Implementation of CORDIC algorithm for sin and cos in …
|
|
|
@96411
|
2 years |
vboxsync |
softfloat/TestFloat-3e-patch.diff: update
|
|
|
@96410
|
2 years |
vboxsync |
libs/softfloat/testfloat: export
|
|
|
@96407
|
2 years |
vboxsync |
scm copyright and license note update
|
|
|
@96364
|
2 years |
vboxsync |
softfloat-3e,/Config.kmk: We need an addition x86 version when …
|
|
|
@96146
|
2 years |
vboxsync |
softfloat-3e,/Config.kmk: Build a version of the library for …
|
|
|
@96145
|
2 years |
vboxsync |
softfloat-3e: Corrected SOFTFLOAT_STATE_INIT_DEFAULTS - mixed up the …
|
|
|
@96106
|
2 years |
vboxsync |
softfloat-3e,/Config.kmk: Build a version of the library for …
|
|
|
@95515
|
2 years |
vboxsync |
VMM/IEM: Reverted previous commit (included too much) r152134. bugref:9898
|
|
|
@95514
|
2 years |
vboxsync |
VMM/IEM: Eliminated the IEMOPMEDIAF2 function tables. Not need because …
|
|
|
@94755
|
3 years |
vboxsync |
libs/softfloat: softfloat_countLeadingZeros16/32/64 onto …
|
|
|
@94754
|
3 years |
vboxsync |
libs/softfloat: revert accidental change to …
|
|
|
@94753
|
3 years |
vboxsync |
libs/softfloat: Consolidate the build/*/platform.h stuff into a single …
|
|
|
@94681
|
3 years |
vboxsync |
libs/softfloat: Fixed handling of denormals in …
|
|
|
@94678
|
3 years |
vboxsync |
libs/softfloat: Implemented a 387-style fscale function. bugref:9898
|
|
|
@94677
|
3 years |
vboxsync |
lib/softfloat: Fixed one case of setting the C1 flag during rounding …
|
|
|
@94641
|
3 years |
vboxsync |
lib/softfloat: Corrected not-zero detection when setting the inexact …
|
|
|
@94638
|
3 years |
vboxsync |
libs/softfloat: Cloned extF80_rem into extF80_partialRem for …
|
|
|
@94637
|
3 years |
vboxsync |
libs/softfloat: A couple of handy kup files. bugref:9898
|
|
|
@94634
|
3 years |
vboxsync |
lib/softfloat: Corrected zero detection when setting the inexact flag. …
|
|
|
@94613
|
3 years |
vboxsync |
libs/softfloat: Removed messy attempt at unmasked overflow/undeflow …
|
|
|
@94612
|
3 years |
vboxsync |
VMM/IEM,libs/softfloat,iprt/types.h: The bias adjust value is applied …
|
|
|
@94606
|
3 years |
vboxsync |
VMM/IEM,libs/softfloat,tstIEMAImpl: C implementation of fadd helper …
|
|
|
@94566
|
3 years |
vboxsync |
libs/softfloat: Made extF80_roundToInt set our 'c1' flag too, so it …
|
|
|
@94564
|
3 years |
vboxsync |
libs/softfloat: Corrected the setting our 'c1' flag in …
|
|
|
@94558
|
3 years |
vboxsync |
VMM/IEM,libs/softfloat: Don't use global variables in SoftFloat, pass …
|
|
|
@94552
|
3 years |
vboxsync |
libs/softfloat: Applied our patch to TestFloat-3e. bugref:9898
|
|
|
@94551
|
3 years |
vboxsync |
libs/softfloat: Copied TestFloat-3e from vendor branch and to …
|
|
|
@94548
|
3 years |
vboxsync |
libs/softfloat-3e: GCC build fixes for the ring-0 library version. …
|
|
|
@94545
|
3 years |
vboxsync |
libs/softfloat-3e: Build ring-0 version the library, for now …
|
|
|
@94535
|
3 years |
vboxsync |
libs/softfloat-3e: build (linkin) fix. bugref:9898
|
|
|
@94492
|
3 years |
vboxsync |
libs/softfloat-3e: clang/darwin build fix. bugref:9898
|
|
|
@94484
|
3 years |
vboxsync |
libs/softfloat-3e: Patch for building TestFloat-3e. bugref:9898
|
|
|
@94483
|
3 years |
vboxsync |
libs/softfloat-3e: Build on windows. bugref:9898
|
|
|
@94481
|
3 years |
vboxsync |
libs/softfloat-3e: Makefile for linux. bugref:9898
|
|
|
@94480
|
3 years |
vboxsync |
libs/softfloat-3e: Copied from vendor branch (SoftFloat-3e.zip, md5: …
|