aboutsummaryrefslogtreecommitdiffstats
path: root/libj2_j2i_sub_j2i.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add subtraction and addition with carry/borrow and add abs_diff1.2Mattias Andrée13 days1-1/+201
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Finish signed saturated mathMattias Andrée2026-02-111-2/+43
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add man pages for regular subtraction functionsMattias Andrée2025-12-281-1/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* TestingMattias Andrée2025-12-271-0/+12
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add signed arithmeticsMattias Andrée2025-12-271-0/+244
Signed-off-by: Mattias Andrée <m@maandree.se>