aboutsummaryrefslogtreecommitdiff
path: root/Math_Ext.jai
AgeCommit message (Expand)Author
2023-07-06Integer Saturating Arithmetic v1.0dam
2023-07-06First version of saturating arighmetic procedures.dam
2023-07-05Renamed assembly methods/strings.dam
2023-07-05Finalized add, sub, and mul.dam
2023-07-02Removed is_signed function.dam
2023-07-02Tweaked signed add.dam
2023-06-30Improved unsigned add asm code.dam
2023-06-29Fix u-mul and force zero-extension on u8-div.dam
2023-06-26Improved test program.dam
2023-06-08Fixed bug on mul. Added performance tests.dam
2023-06-07Fixed some bugs and separated math tests.dam
2023-05-26Fix bug on dividend preparation on div operation.dam
2023-05-26Improve comments on assembly code.dam
2023-05-25Added some tests to div.dam
2023-05-25Simplified mul.dam
2023-05-25Implemented remainder calculation on div.dam
2023-05-24Implemented saturating integer mul and div.dam
2023-05-20Improved tests for sub operation.dam
2023-05-20Implemented branchless saturating integer sub.dam
2023-05-20Cleanup non x64 implementation of signed add.dam
2023-05-20Implemented branchless saturating integer add.dam
2023-05-06Using generic ASM code for signed integer add.dam
2023-05-04Prototyping branchfree saturating arithmetics.dam
2023-05-02WIPdam
2023-05-02Prototyping branchless integer saturated arithmetics.dam