summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr.Smile <vabnick@gmail.com>2023-03-03 00:06:21 +0300
committerDr.Smile <vabnick@gmail.com>2023-04-03 06:00:24 +0300
commit32dea3434dbd85f9fb2700b6863c1bd92f00b86f (patch)
tree1fa9051a6c33031e070acc0f449d4bab42a14f31
parent2edca16722f351061d54491e140d59f89ef64327 (diff)
downloadlibass-32dea3434dbd85f9fb2700b6863c1bd92f00b86f.tar.bz2
libass-32dea3434dbd85f9fb2700b6863c1bd92f00b86f.tar.xz
checkasm: increase BENCH_RUNS
Architectures without access to precise clocks (MacOS) can profit from it.
-rw-r--r--checkasm/checkasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkasm/checkasm.h b/checkasm/checkasm.h
index aa69c1a..81cbac2 100644
--- a/checkasm/checkasm.h
+++ b/checkasm/checkasm.h
@@ -80,7 +80,7 @@ int float_near_abs_eps_array(const float *a, const float *b, float eps,
int float_near_abs_eps_array_ulp(const float *a, const float *b, float eps,
unsigned max_ulp, int len);
-#define BENCH_RUNS (1 << 12) /* Trade-off between accuracy and speed */
+#define BENCH_RUNS (1 << 16) /* Trade-off between accuracy and speed */
/* Decide whether or not the specified function needs to be tested */
#define check_func(func, ...)\