summaryrefslogtreecommitdiff
path: root/README.html
AgeCommit message (Expand)Author
2022-10-03Update readme; Fix typo in makefile; Include headers inside header guard; Rem...Gabriel Jensen
2022-07-28Remove type specifier from version macro; Add mathematical functions abs and ...Gabriel Jensen
2022-07-19Add function foreach: Run function on each element; Use directive globl inste...Gabriel Jensen
2022-07-11memdup: Use sus_unlikely instead of __builtin_expect; Rename project to zap (...Gabriel Jensen
2022-06-25Fix readme not reflecting that we now support all platforms; Rename the 'Buil...Gabriel Jensen
2022-06-25Use susinfo; Implement algorithms in C (with inline assembly on supported pla...Gabriel Jensen
2022-06-06Relicense under MPL2; Instead of throwing an error, define a macro when the h...Gabriel Jensen
2022-05-26Enable compiler optimisations; Optimise memfill; Optimise memcpy: Use movdqu ...Gabriel Jensen
2022-05-26Fix target purge in makefile not being labeled phony; Add machien architectur...Gabriel Jensen
2022-05-24Initial.Gabriel Jensen