Age | Commit message (Expand) | Author |
---|---|---|
2022-04-23 | AK: Make sure we don't include Math.h or math.h from KERNEL | Andrew Kaster |
2022-04-03 | AK: Add generic sincos solution for non-x86 platforms | serenityosrocks |
2022-04-02 | AK: Add rsqrt and a SSE specific implementation for sqrt | Hendiadyoin1 |
2022-03-15 | AK+Everywhere: Add sincos and use it in some places | Hendiadyoin1 |
2022-02-19 | AK: Don't use x86 assembly when building for non-x86 targets | Gunnar Beutner |
2022-02-06 | AK: Move integral log2 and exp to IntegerMath.h | Hendiadyoin1 |
2022-01-29 | AK: Fix log2 calculation for Integer | Pankaj Raghav |
2021-12-21 | AK+Everywhere: Replace __builtin bit functions | Nick Johnson |
2021-11-18 | AK: Implement `acos<T>` correctly | Jelle Raaijmakers |
2021-08-08 | AK: Handle partial remainders | Daniel Bertalan |
2021-07-19 | AK: Introduce Math.h | Hendiadyoin1 |