From 87bf751b115267d7c388c849c43fca6d3f0d0881 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Wed, 25 Oct 2023 20:14:11 +0800 Subject: [INTERP] Fix fpu_round (#1030) * [INTERP] Fix fpu_round * Should be working this time * Handling wrappedlibm * Format * Fix loongarch * Make it optional * Fix android build --- src/include/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/debug.h b/src/include/debug.h index f50e8554..59c608cd 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -74,6 +74,7 @@ extern int box64_malloc_hack; extern int box64_dummy_crashhandler; extern int box64_sse_flushto0; extern int box64_x87_no80bits; +extern int box64_sync_rounding; extern int allow_missing_libs; extern int box64_mapclean; extern int box64_prefer_wrapped; -- cgit 1.4.1