summaryrefslogtreecommitdiff
path: root/scripts/generator/routine.py
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-04-30 09:49:39 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-04-30 09:49:39 +0200
commite113ff0852d21ecb898b3b192145b70cad3f338a (patch)
treed380ab9a413394f4d3901c131d0c8a02ab80e025 /scripts/generator/routine.py
parent2952390f27c07500bd2a24b5e6fdce5e282fc8dd (diff)
Added non-aboslute minimum counter-part IxMIN of the BLAS routine IxAMAX
Diffstat (limited to 'scripts/generator/routine.py')
-rw-r--r--scripts/generator/routine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generator/routine.py b/scripts/generator/routine.py
index 2fd26e79..47790a55 100644
--- a/scripts/generator/routine.py
+++ b/scripts/generator/routine.py
@@ -73,7 +73,7 @@ class Routine():
# List of scalar buffers
def ScalarBuffersFirst(self):
- return ["dot","nrm2","asum","sum","imax"]
+ return ["dot","nrm2","asum","sum","imax","imin"]
def ScalarBuffersSecond(self):
return ["sa","sb","sc","ss","sd1","sd2","sx1","sy1","sparam"]