diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-03-31 10:28:18 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-03-31 10:28:18 +0200 |
| commit | 716eb97af90b21ed1085c9c6e1eb8d132d9f3f18 (patch) | |
| tree | 5414a91c1be56719b37c54c1ffec9ace90be1a5d /src/include/debug.h | |
| parent | 3623cb9785a1c7b593ebc65c42c23a4db981ada4 (diff) | |
| download | box64-716eb97af90b21ed1085c9c6e1eb8d132d9f3f18.tar.gz box64-716eb97af90b21ed1085c9c6e1eb8d132d9f3f18.zip | |
More test17 impovements, fixed NAN for mulpd ([DYNAREC] too, introducing BOX64_DYNAREC_FASTNAN env. var. to keep old faster behaviour selectable)
Diffstat (limited to 'src/include/debug.h')
| -rwxr-xr-x | 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 b5f08599..b8ce4995 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -15,6 +15,7 @@ extern int box64_dynarec_forced; extern uintptr_t box64_nodynarec_start, box64_nodynarec_end; extern int box64_dynarec_bigblock; extern int box64_dynarec_strongmem; +extern int box64_dynarec_fastnan; #ifdef ARM64 extern int arm64_asimd; extern int arm64_aes; |