Scott Ashcroft
|
518986d45c
|
Make cxxrtl tests work on 32-bit by using __builtin_clzll when needed
|
2025-03-25 13:12:04 +00:00 |
|
Marian Buschsieweke
|
7f89a45ad7
|
cxxxrtl: fix use of format specifiers in test
This fix a few instances of incorrect (and non-portable) use of format
specifiers.
|
2024-06-11 07:22:39 +01:00 |
|
Merry
|
d07a55a852
|
cxxrtl: Fix sdivmod
x = x.neg(); results in the subsequent x.is_neg() always being false.
Ditto for the dividend.is_neg() != divisor.is_neg() test.
|
2024-03-30 07:56:11 +00:00 |
|
Merry
|
29e0cc6acd
|
cxxrtl: Add simple fuzzing tests for value
|
2023-12-13 12:21:44 +00:00 |
|