diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-05-24 20:17:35 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-05-24 20:17:35 +0200 |
| commit | 39303611efec5b89b44e47217b096eff5195dc97 (patch) | |
| tree | ce1cc46c134b3cead7c6ab2f1c02d44d5486695e /src/core.c | |
| parent | fcf0cf00d0a82649ba0cf9f6a8c0450bb6ed5f47 (diff) | |
| download | box64-39303611efec5b89b44e47217b096eff5195dc97.tar.gz box64-39303611efec5b89b44e47217b096eff5195dc97.zip | |
more avx infrastructure
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.c b/src/core.c index c8a56384..48eebd1d 100644 --- a/src/core.c +++ b/src/core.c @@ -149,6 +149,7 @@ int box64_sse_flushto0 = 0; int box64_x87_no80bits = 0; int box64_sync_rounding = 0; int box64_sse42 = 1; +int box64_avx = 0; int fix_64bit_inodes = 0; int box64_dummy_crashhandler = 1; int box64_mapclean = 0; |