# # ChangeLog for tests/bitmanip3.cfa # # Generated by Trac 1.2.1 # Apr 27, 2024, 6:30:19 PM Mon, 09 Aug 2021 20:21:29 GMT Peter A. Buhr [4f89e7b] * tests/bitmanip3.cfa (modified) * tests/mathX.cfa (modified) more change printf to sout Tue, 25 Aug 2020 00:34:24 GMT Peter A. Buhr [7cfef0d] * libcfa/src/bitmanip.hfa (modified) * libcfa/src/heap.cfa (modified) * libcfa/src/iostream.cfa (modified) * libcfa/src/math.hfa (modified) * tests/.expect/bitmanip3.x64.txt (modified) * tests/.expect/math4.txt (modified) * tests/bitmanip3.cfa (modified) * tests/math4.cfa (modified) move routines floor, ceiling, ceiling_div from bitmanip.hfa to math.hfa Mon, 10 Aug 2020 18:30:17 GMT Peter A. Buhr [fd24f8c] * tests/.expect/bitmanip3.x64.txt (modified) * tests/bitmanip3.cfa (modified) remove alignment tests for 0 as it is not a power of 2 (now checked), ... Tue, 21 Apr 2020 21:44:51 GMT Peter A. Buhr [a3fab47] * tests/.expect/bitmanip3.x64.txt (modified) * tests/bitmanip3.cfa (modified) fix infinite-loop build error for bitmanip3, changing from adds to shifts Wed, 15 Apr 2020 18:43:13 GMT Peter A. Buhr [21923bd] * libcfa/src/bitmanip.hfa (modified) * tests/.expect/bitmanip3.x64.txt (modified) * tests/bitmanip3.cfa (modified) second draft of bitmanip using specialized rather than polymorphic ... Tue, 14 Apr 2020 17:30:35 GMT Peter A. Buhr [da36d25] * libcfa/src/bitmanip.hfa (modified) * tests/.expect/bitmanip3.x64.txt (added) * tests/bitmanip1.cfa (modified) * tests/bitmanip2.cfa (modified) * tests/bitmanip3.cfa (added) first complete draft of bitmanip, performance problems with ...