| Commit message (Expand) | Author | Age | Files | Lines |
* | math: extract arithmetic types, i.e. integral + floating point types to base_... | Sven Göthel | 2024-04-15 | 1 | -130/+22 |
* | math: Migrate linear algebra + float IEEE 754 (IEC 559) functionality from gf... | Sven Göthel | 2024-04-13 | 1 | -0/+7 |
* | int_math: Split Constant Time (CT) operations into int_math_ct w/ prefix 'ct_... | Sven Göthel | 2024-02-26 | 1 | -208/+21 |
* | int_math: Add masked_merge(..) | Sven Göthel | 2024-02-26 | 1 | -0/+16 |
* | int_math: Add next_power_of_2() and round_to_power_of_2() | Sven Göthel | 2024-02-26 | 1 | -2/+29 |
* | int_math: round_{up,down}(): Detangle unsigned integral types for value n and... | Sven Göthel | 2024-02-26 | 1 | -6/+10 |
* | int_math: sign() returns 'int' type (enough); Add round_{up,down}() and bit_c... | Sven Göthel | 2024-02-26 | 1 | -2/+68 |
* | int_math: Hide experimental abs2, min2, max2, clamp2 behind define JAU_INT_MA... | Sven Göthel | 2024-02-25 | 1 | -4/+110 |
* | int_math: Add branchless abs2(), is_power_of_2(); Add high_bit(); Fix {add,su... | Sven Göthel | 2024-02-25 | 1 | -15/+122 |
* | Bump v0.9.3; Group {Integral->Integer}, refine group title and list all in RE...v0.9.3 | Sven Gothel | 2022-05-02 | 1 | -1/+1 |
* | Fix API doc: gcd(), Fractions, endian | Sven Gothel | 2022-05-02 | 1 | -19/+4 |
* | Doxygen: Add Modules: Group related things together: Algorithms, ByteUtils, C...v0.9.2 | Sven Gothel | 2022-05-01 | 1 | -0/+7 |
* | Introduce new types: fraction, fraction_timespec; its constants & literals as... | Sven Gothel | 2022-05-01 | 1 | -0/+90 |
* | int_math.hpp: Add Integer overflow aware arithmetic, use Integer Overflow Bui... | Sven Gothel | 2022-05-01 | 1 | -0/+103 |
* | int_math.hpp: Refine sign(), invert_sign(), abs() and digits10() template fun... | Sven Gothel | 2022-04-28 | 1 | -18/+45 |
* | basic_types.hpp: Cleanup; Add constexpr 'enum class endian', 'pointer_cast()'... | Sven Gothel | 2021-02-08 | 1 | -29/+3 |
* | Add float_math.hpp for epsilon comparison; Test cleanup | Sven Gothel | 2020-12-23 | 1 | -1/+0 |
* | cpp: Extract int_math.hpp from basic_algos.hpp | Sven Gothel | 2020-12-11 | 1 | -0/+185 |