Christoph Müllner

Results 72 comments of Christoph Müllner

Updated PR: * rebased * updated version to 0.11.1 * updating all version copies * fcvtmod: Restrict rounding mode to 'rtz'

I've rebased the PR and addressed an issue with the generation of tests for the froundnx instruction.

Updated PR: Added a commit to make the `rtz`-only restriction more reliable for `fcvtmod` tests.

Updated `riscv_ctg/__init__.py` to match the version in `CHANGELOG.md` (to address the CI error).

The relevant exception is: ``` Traceback (most recent call last): File "/usr/lib64/python3.12/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.12/multiprocessing/pool.py", line 51, in starmapstar return list(itertools.starmap(args[0],...

The issue was introduced in #75 (which addressed #66 and #72).

Updated PR to address CI errors.

Updated PR for yet another CI error (before we had warnings because of dynamic stack arrays, now zero-initializers were not allowed). I've already sent the ICLA.