about summary refs log tree commit diff stats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-03-31 10:28:18 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-03-31 10:28:18 +0200
commit716eb97af90b21ed1085c9c6e1eb8d132d9f3f18 (patch)
tree5414a91c1be56719b37c54c1ffec9ace90be1a5d /src/include/debug.h
parent3623cb9785a1c7b593ebc65c42c23a4db981ada4 (diff)
downloadbox64-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-xsrc/include/debug.h1
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;