aboutsummaryrefslogtreecommitdiffstats
path: root/src/zxor.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-04-30Some optimisationsMattias Andrée1-16/+32
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-14Mostly optimisationsMattias Andrée1-19/+16
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-13Multiple changes:Mattias Andrée1-3/+3
1) Compile test with -O0, it takes too long otherwise. 2) Add error codes: ZERROR_0_POW_0, ZERROR_0_DIV_0, ZERROR_DIV_0, ZERROR_NEGATIVE. 3) Add workaround for a bug in clang (src/allocator.c). 4) Cleanups. 5) Minor optimisations. 6) Add inclusion guard for zahl.h. Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-13OptimisationsMattias Andrée1-5/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-05Fix bugs and add a randomised testingMattias Andrée1-8/+11
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-04Clean up, fix a few bugs, and add a testMattias Andrée1-2/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-04Add makefile and fix errorsMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-03Cleanup and fix bug in ztruncMattias Andrée1-20/+12
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-02Cleanup and add missing header inclusionsMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-02Add zand, zor, zxor, znot, zbtest, zsplit, and the newly introduced ztruncMattias Andrée1-0/+56
Signed-off-by: Mattias Andrée <maandree@kth.se>