aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2022-07-23 21:34:29 -0400
committerClyne Sullivan <clyne@bitgloo.com>2022-07-23 21:34:29 -0400
commit5e14f88f390fa89a2ff1d799998703b625db6073 (patch)
treea7266c5563921031059797522981a483532c6da8 /main.cpp
parente9d329fe688230b46792088ac42fd04fc8cccddb (diff)
optimize r128 kernel, square functionHEADmaster
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 0dae627..4fbc28b 100644
--- a/main.cpp
+++ b/main.cpp
@@ -23,7 +23,7 @@
//#define NO_OPENCL
// If defined, use double floating-point instead of fixed-point.
-#define USE_DOUBLE
+//#define USE_DOUBLE
#include <atomic>
#include <chrono>