aboutsummaryrefslogtreecommitdiffstats
path: root/libj2_j2u_zero.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-12-07Add libj2_j2u_to_str and libj2_str_to_j2uMattias Andrée5-2/+1095
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-06Add saturated arithmetic operationsMattias Andrée37-40/+1288
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-06Add division with underflow detection1.0Mattias Andrée8-1/+252
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-06Document in which version everything was addedMattias Andrée13-0/+518
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-06Add overflow and underflow prediction functionsMattias Andrée39-10/+1081
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-05Second commitMattias Andrée57-36/+3475
Signed-off-by: Mattias Andrée <m@maandree.se>