Andrew Ekstedt cc18d535a5 crc32: add notw macro
instead of materializing a constant 0xffffffff, do a NOT and then
zero-extend the result. my qemu doesn't support the zext.w instruction,
so we have to do two shifts instead. these can potentially be fused
into a single instruction by the processor.
2024-08-23 23:14:51 -07:00
2024-08-23 23:14:11 -07:00
2023-04-16 13:47:49 -07:00
2024-08-23 23:14:51 -07:00
2023-04-23 15:46:34 -07:00
2023-04-17 00:27:28 -07:00
2024-08-23 23:14:11 -07:00
2023-04-16 19:04:10 -07:00
2023-04-20 22:12:13 -07:00
2023-04-23 11:25:15 -07:00
Description
some simple utilities written in risc-v assembly
58 KiB
Languages
Assembly 90.6%
Shell 8.3%
Makefile 1.1%