summaryrefslogtreecommitdiff
path: root/rspl/revbench.c
diff options
context:
space:
mode:
Diffstat (limited to 'rspl/revbench.c')
-rw-r--r--rspl/revbench.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/rspl/revbench.c b/rspl/revbench.c
index 81e668e..f61ff2e 100644
--- a/rspl/revbench.c
+++ b/rspl/revbench.c
@@ -27,6 +27,7 @@
#undef DOLIMIT /* Define to have ink limit */
#define LIMITVAL 2.5 /* Total ink limit sum */
#undef DOCHECK
+#define TESTNN /* Test Nearest Clipping */
#define SHOW_OUTPUT /* Define for printf on each conversion */
@@ -217,6 +218,9 @@ main(int argc, char *argv[]) {
stime = clock();
+#ifdef TESTNN
+ flags |= RSPL_NEARCLIP;
+#endif
/* Itterate though the grid */
for (ops = 0;; ops++) {
int r;