Activity
Started work on adding sinpi and etc functions from ieee-2008 and iee…
Started work on adding sinpi and etc functions from ieee-2008 and iee…
Commiting changes to the SIMD routines and erfc to a new branch so I …
Commiting changes to the SIMD routines and erfc to a new branch so I …
Optimized the floating point classification routines in Float64_AVX. …
Optimized the floating point classification routines in Float64_AVX. …
Updated behaviour of frexp and ldexp. Also changed how inf and NaN wo…
Updated behaviour of frexp and ldexp. Also changed how inf and NaN wo…
Added a Float64x3 type. Multiplication routines are not fully impleme…
Added a Float64x3 type. Multiplication routines are not fully impleme…
Implemented Float64x2_SSE2 and Float64x4_SSE2 and corrected some of t…
Implemented Float64x2_SSE2 and Float64x4_SSE2 and corrected some of t…
Optimized the _mmX_isnan_pX functions and fixed some of the Float32_A…
Optimized the _mmX_isnan_pX functions and fixed some of the Float32_A…
Tested LDF in ABS-Fractal-Explorer. I corrected the fabs and copysign…
Tested LDF in ABS-Fractal-Explorer. I corrected the fabs and copysign…
Fixed comparison operators for Float64x2_AVX and Float64x4_AVX. I for…
Fixed comparison operators for Float64x2_AVX and Float64x4_AVX. I for…
Implemented accurate log1p functions for Float64x2 and Float64x4 (At …
Implemented accurate log1p functions for Float64x2 and Float64x4 (At …
Corrected/updated the implementations for Float64x2_AVX and Float64x4…
Corrected/updated the implementations for Float64x2_AVX and Float64x4…
Implemented SSE4 fallbacks for non-AVX2 versions of some of the Float…
Implemented SSE4 fallbacks for non-AVX2 versions of some of the Float…
Added Float32_AVX.h and removed Dekker-Float32 SIMD constants since t…
Added Float32_AVX.h and removed Dekker-Float32 SIMD constants since t…
Made pow more standards compliant, and added the ieee-754 2008 pown a…
Made pow more standards compliant, and added the ieee-754 2008 pown a…
Corrected the implemenetation of the C99 comparison functions (isless…
Corrected the implemenetation of the C99 comparison functions (isless…
Added proper support for AVX Ordered and Unordered comparisons.
Added proper support for AVX Ordered and Unordered comparisons.
Added Bessel functions (For real and integer arguments) from libDDFUN.
Added Bessel functions (For real and integer arguments) from libDDFUN.
Added the expint and incgamma functions from libDDFUN.
Added the expint and incgamma functions from libDDFUN.
Added inverf and inverfc to Float80x2. inverf has some precision loss…
Added inverf and inverfc to Float80x2. inverf has some precision loss…
�Cleaned up the erfc code a bit. The precision still drops to ~30 bit…
�Cleaned up the erfc code a bit. The precision still drops to ~30 bit…
Generated the template function constants for each Floating Point Type
Generated the template function constants for each Floating Point Type
Worked on the implementation of the constants. Might change the const…
Worked on the implementation of the constants. Might change the const…
Modified the constants a bit. Realized that they are only compatible …
Modified the constants a bit. Realized that they are only compatible …
Added Float64x6_mpfr conversion functions
Added Float64x6_mpfr conversion functions
Got rid of all the t1-t6 variables in FloatNxN_tgamma function, repla…
Got rid of all the t1-t6 variables in FloatNxN_tgamma function, repla…
Optimized the tgamma function and cleaned up the function logic.
Optimized the tgamma function and cleaned up the function logic.
Added a templated version of erf and erfc, in addition to making the …
Added a templated version of erf and erfc, in addition to making the …
Worked on the Float64x2 math function implementations; Although some …
Worked on the Float64x2 math function implementations; Although some …