summaryrefslogtreecommitdiff
path: root/cblas.h
diff options
context:
space:
mode:
Diffstat (limited to 'cblas.h')
-rw-r--r--cblas.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cblas.h b/cblas.h
index 841ad6330..ef072e6ff 100644
--- a/cblas.h
+++ b/cblas.h
@@ -16,6 +16,9 @@ void goto_set_num_threads(int num_threads);
/*Get the build configure on runtime.*/
char* openblas_get_config(void);
+/*Get the CPU corename on runtime.*/
+char* openblas_get_corename(void);
+
/* Get the parallelization type which is used by OpenBLAS */
int openblas_get_parallel(void);
/* OpenBLAS is compiled for sequential use */