diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-04-29 10:57:19 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-04-29 10:57:19 +0200 |
| commit | 71c5447b8ad534f2507c0405a348d902e9374517 (patch) | |
| tree | a6f9bc80d6206d488b01ac0871cc18a1aa99efb6 /docs | |
| parent | a9a338ff428c0a30ffbc0cb0a26a96ed7e4aa9a0 (diff) | |
| download | box64-71c5447b8ad534f2507c0405a348d902e9374517.tar.gz box64-71c5447b8ad534f2507c0405a348d902e9374517.zip | |
Added a way to hide SSE 4.2, as it might slow down things using the string opcodes. Also, looks like some java program have issue with current implementation of pcmp[ei]str[im] somehow, so diabling automaticaly when detecting libjvm.so (for SlayTheSpire in particular)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/USAGE.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index b28284fc..de8cc427 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -306,6 +306,11 @@ Disables the load of vulkan libraries. * 0 : Load vulkan libraries if found. * 1 : Disables the load of vulkan libraries, both the native and the i386 version (can be useful on Pi4, where the vulkan driver is not quite there yet.) +#### BOX64_SSE42 * +Expose or not SSE 4.2 capabilites + * 0 : Do not expose SSE 4.2 capabilites (default when libjvm is detected) + * 1 : Expose SSE 4.2 capabilites (Default.) + #### BOX64_FUTEX_WAITV * Use of the new fuext_waitc syscall * 0 : Do not try to use it, return unsupported (Default for BAD_SIGNAL build) |