aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/precision.h
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-04-26 01:07:10 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-04-26 01:07:10 -0400
commit033863ab3d37574441183f65664d0c72ab2707be (patch)
tree0efc429873fdf8b6aeff5d78d711cf8702892e96 /src/precision.h
parenta3862f8d92d9476eab29b0c4f74e1f1e8de92520 (diff)
first pass at cuda implementation
Diffstat (limited to 'src/precision.h')
-rw-r--r--src/precision.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/precision.h b/src/precision.h
index 4bca354..67e3a13 100644
--- a/src/precision.h
+++ b/src/precision.h
@@ -7,6 +7,7 @@
#ifdef EXTENDED_PRECISION
+#warning Compiling with extended precision, will lead to code incompatibility
#define CBASE long double
#define CREAL creall
#define CIMAG cimagl