Yang Liu

Results 155 comments of Yang Liu

What is the use case? This does not make sense to me.

Hmm okay, maybe try this? ``` var allLMULs = []LMUL{1} var wideningMULs = []LMUL{1} var validLMULs = map[LMUL]struct{}{ LMUL(1) / 8: {}, LMUL(1) / 4: {}, LMUL(1) / 2: {},...

v0.3.2 is a (very) old version, please try again with the latest head of v0.3.7, it might have been fixed.

The last digit of the version number. Even numbers are official versions, and odd numbers are rolling development versions. You can download the latest head from: https://github.com/ptitSeb/box64/actions/runs/15611335299 (the Artifacts section)

You can patch the interpreter to whatever it wants, see https://github.com/ptitSeb/box64/blob/main/.github/workflows/release.yml#L320

![Image](https://github.com/user-attachments/assets/8c0a4b86-828a-42c2-bbcf-5a4b30f7ea50) So I downloaded this game, registered an account, and it's indeed kept disconnected, but the reason can be complicated, as it's an online game.

We use these extensions in a good way, not an evil way. I don't see any issues in box64 side by just using thead extensions.

If you read the paper, you'll see that it uses some reserved vector instruction that accidentally implemented by thead CPUs to access physical memory directly. We would never use reserved...