]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[test] Add tests for 64-bit logical and arithmetic shifts
authorMichael Brown <mcb30@ipxe.org>
Sun, 15 Sep 2024 01:00:14 +0000 (02:00 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sun, 15 Sep 2024 09:01:35 +0000 (10:01 +0100)
commit1d43e535fb86537cb87f30c7fa45b175534489d6
tree384504f6df923e145494f54be3d52356a6c2f32e
parentc85ad1246890cf3c0c5f2ac6de06ab046ddd0043
[test] Add tests for 64-bit logical and arithmetic shifts

For some 32-bit CPUs, we need to provide implementations of 64-bit
shifts as libgcc helper functions.  Add test cases to cover these.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/tests/math_test.c