aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-02-12Add subtraction and addition with carry/borrow and add abs_diff1.2Mattias Andrée1-2/+17
Signed-off-by: Mattias Andrée <m@maandree.se>
2026-02-11Finish signed saturated mathMattias Andrée1-1/+6
Signed-off-by: Mattias Andrée <m@maandree.se>
2026-02-10Add sat_lsh, sat_add, sat_subMattias Andrée1-1/+16
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-28Fix typoMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-27Add some man pagesMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-27Add signed arithmeticsMattias Andrée1-4/+88
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-14Add man page aliases for enum valuesMattias Andrée1-1/+8
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-14Document the macros, structs, and enumMattias Andrée1-1/+19
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-13Add missing libj2_j2i_to_str.cMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-11Add signed integers (arithmetics and some testing not implemented yet)Mattias Andrée1-2/+132
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-07Add libj2_j2u_to_str and libj2_str_to_j2uMattias Andrée1-2/+5
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-06Add saturated arithmetic operationsMattias Andrée1-3/+26
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-06Add division with underflow detection1.0Mattias Andrée1-1/+6
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-06Add overflow and underflow prediction functionsMattias Andrée1-1/+23
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-05Second commitMattias Andrée1-1/+48
Signed-off-by: Mattias Andrée <m@maandree.se>