summaryrefslogtreecommitdiff
path: root/nmglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nmglobal.h')
-rw-r--r--nmglobal.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/nmglobal.h b/nmglobal.h
index 90fcf63..5e8f70a 100644
--- a/nmglobal.h
+++ b/nmglobal.h
@@ -43,36 +43,11 @@ typedef struct {
double results; /* # of bitfield ops per sec */
} BitOpStruct;
-/****************************
-** EMULATED FLOATING POINT **
-****************************/
-/*
-** DEFINES
-*/
-#define INTERNAL_FPF_PRECISION 4
-
-/*
-** The following constant is the maximum number of loops
-** of the emulated floating point test that the system
-** will allow before flagging an error. This is not a
-** critical constant, and can be altered if your system is
-** a real barn-burner.
-*/
-/*#define CPUEMFLOATLOOPMAX 50000L*/
-#define CPUEMFLOATLOOPMAX 500000L
-
-/*
-** Set size of array
-*/
-#define EMFARRAYSIZE 3000L
-
/*
** TYPEDEFS
*/
typedef struct {
double results; /* Results */
- unsigned long arraysize; /* Size of array */
- unsigned long loops; /* Loops per iterations */
} EmFloatStruct;
/*************************