You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, I checked out the latest commit (40fcbfe), and I found that the nyancat test case doesn't work as well as it used to, both in JIT and non-JIT mode. It’s possible that some instructions implementation or refinement is impacting this test case.
Reproducer
make ENABLE_JIT=0 clean all
./build/rv32emu ./build/riscv32/nyancat
The test case displays a static image without any animation.