Matty Muir

Results 4 issues of Matty Muir

**Channel** C++Weekly **Topics** Discussion about alignment of objects in C++: how to achieve specific alignments on stack & heap and why it's important. How alignment works with operator new (specifically,...

episode idea
C++ Weekly

**Describe the bug** The `Sleef_atanhd1_u10purec` function is returning values with an error of slightly more than 1ULP for arguments around 10^-17. I've also experienced similar issues with other atanh functions,...

algo

**Where?** https://sleef.org/2-references/libm/#sleef_acosh_u10 **What?** This is a very minor point, but in the description for `acosh` it states ranges of `[-1.34e+154, 1.34e+154]` for double precision and `[-1.84e+19, 1.84e+19]` for single precision....

doc

**Describe the bug** The `exp` function (for SIMD and pure C) returns infinity for all values past a certain threshold, but this threshold is slightly lower than it should be....