index
:
dam/task-time-tracker
master
A tool to keep track of the time spent on tasks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Math_Ext.jai
Age
Commit message (
Expand
)
Author
2023-07-06
Integer Saturating Arithmetic v1.0
dam
2023-07-06
First version of saturating arighmetic procedures.
dam
2023-07-05
Renamed assembly methods/strings.
dam
2023-07-05
Finalized add, sub, and mul.
dam
2023-07-02
Removed is_signed function.
dam
2023-07-02
Tweaked signed add.
dam
2023-06-30
Improved unsigned add asm code.
dam
2023-06-29
Fix u-mul and force zero-extension on u8-div.
dam
2023-06-26
Improved test program.
dam
2023-06-08
Fixed bug on mul. Added performance tests.
dam
2023-06-07
Fixed some bugs and separated math tests.
dam
2023-05-26
Fix bug on dividend preparation on div operation.
dam
2023-05-26
Improve comments on assembly code.
dam
2023-05-25
Added some tests to div.
dam
2023-05-25
Simplified mul.
dam
2023-05-25
Implemented remainder calculation on div.
dam
2023-05-24
Implemented saturating integer mul and div.
dam
2023-05-20
Improved tests for sub operation.
dam
2023-05-20
Implemented branchless saturating integer sub.
dam
2023-05-20
Cleanup non x64 implementation of signed add.
dam
2023-05-20
Implemented branchless saturating integer add.
dam
2023-05-06
Using generic ASM code for signed integer add.
dam
2023-05-04
Prototyping branchfree saturating arithmetics.
dam
2023-05-02
WIP
dam
2023-05-02
Prototyping branchless integer saturated arithmetics.
dam