enable NEWTRUNC/PREDICTOR for Visual Studio

This commit is contained in:
Holger Vogt 2025-11-05 17:43:49 +01:00
parent 6fc75e636c
commit 061c76071a
1 changed files with 2 additions and 2 deletions

View File

@ -465,7 +465,7 @@
/* #undef NEWPRED */ /* #undef NEWPRED */
/* Do not trigger unwanted traps by default */ /* Do not trigger unwanted traps by default */
/* #undef NEWTRUNC */ #define NEWTRUNC
/* Define if we want NOBYPASS */ /* Define if we want NOBYPASS */
/* #undef NOBYPASS */ /* #undef NOBYPASS */
@ -490,7 +490,7 @@
#define PACKAGE_VERSION VERSION #define PACKAGE_VERSION VERSION
/* Define if we want predictor algorithm */ /* Define if we want predictor algorithm */
/* #undef PREDICTOR */ #define PREDICTOR
/* Define to 1 if the C compiler supports function prototypes. */ /* Define to 1 if the C compiler supports function prototypes. */
/* #undef PROTOTYPES */ /* #undef PROTOTYPES */