diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-07-15 13:43:53 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-07-15 13:43:53 +0200 |
| commit | a90c7af708f10acac51cb9fa5c3ff97274455623 (patch) | |
| tree | db41a713a2fc631868ac76239c7dbbd9737e49d6 /src/include/debug.h | |
| parent | 176e092a6c22bf66a4728f7351b7a45b54ae8bf3 (diff) | |
| download | box64-a90c7af708f10acac51cb9fa5c3ff97274455623.tar.gz box64-a90c7af708f10acac51cb9fa5c3ff97274455623.zip | |
Added BOX64_SHAEXT to hide sha cpu extension ([RCFILE] And added a profile using it)
Diffstat (limited to 'src/include/debug.h')
| -rw-r--r-- | src/include/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h index 45b8e560..523dfc14 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -97,6 +97,7 @@ extern int box64_dummy_crashhandler; extern int box64_sse_flushto0; extern int box64_x87_no80bits; extern int box64_sync_rounding; +extern int box64_shaext; extern int box64_sse42; extern int box64_avx; extern int box64_avx2; |