enable NEWTRUNC/PREDICTOR for Visual Studio
This commit is contained in:
parent
6fc75e636c
commit
061c76071a
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue