summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/kernels/level1/xamax.opencl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernels/level1/xamax.opencl b/src/kernels/level1/xamax.opencl
index 27add015..e65acf17 100644
--- a/src/kernels/level1/xamax.opencl
+++ b/src/kernels/level1/xamax.opencl
@@ -41,7 +41,7 @@ void Xamax(const int n,
const int num_groups = get_num_groups(0);
// Performs loading and the first steps of the reduction
- #if defined(ROUTINE_MAX) || defined(ROUTINE_MIN) // non-absolute version
+ #if defined(ROUTINE_MAX) || defined(ROUTINE_MIN) || defined(ROUTINE_AMIN)
singlereal max = SMALLEST;
#else
singlereal max = ZERO;