Yang Liu

Results 155 comments of Yang Liu

That `GPU process exited unexpectedly` thing is also happening on my side, but I don't see anything wrong in the GUI. What does `./zoom --no-sandbox` outputs now? Does it still...

> FYI `ZoomLauncher` starts on my side (a RISC-V machine, so different dynarec backend). My zoom is downloaded from here: https://zoom.us/download?os=linux (Other Linux OS). I think you're not using the...

Thank you for the hard bisecting! try again with BOX64_AVX=0 on latest box64.

It should remains as open as it's a AVX/AVX2 issue, maybe @ptitSeb ca have a look on this later?

The numbers are used as an array of operands. It's a lot of work to add a new custom instruction because this project relies on Spike and the compiler to...

Oops, I overlooked this issue, sorry! :( At stage 1, tests are generated and compiled, then run by a special spike called `pspike` to generate the reference results; At stage...

With the latest main and the following command: ``` BOX64_EMULATED_LIBS=libssl.so.3:libcrypto.so.3 ./Tibia ``` I'm able to launch the launcher, download the game, but the game client itself hangs without any error....

Geekbench needs 4k pagesize. (The screen capture does not have any useful information.)

Thanks for pointing this out, I didn't notice this, so I guess a easy fix would be align the stride to VLEN*LMUL, so there is no overlap?