beket's projects
/
mathlib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
693125f
)
ulps: Reduce NITERATION to 1000
author
stathis <stathis@.(none)>
Thu, 26 Jul 2012 00:58:46 +0000 (
00:58
+0000)
committer
stathis <stathis@.(none)>
Thu, 26 Jul 2012 00:58:46 +0000 (
00:58
+0000)
ulps/ulp.h
patch
|
blob
|
blame
|
history
diff --git
a/ulps/ulp.h
b/ulps/ulp.h
index
ee04237
..
6af90cd
100644
(file)
--- a/
ulps/ulp.h
+++ b/
ulps/ulp.h
@@
-87,6
+87,6
@@
void printulps_long_double(struct ulp u);
void printulps_double_complex(struct ulp_complex u);
void printulps_long_double_complex(struct ulp_complex u);
-#define NITERATIONS (100 * 1000)
+#define NITERATIONS (1 * 1000)
#endif /* ! __ULP_H__ */