summaryrefslogtreecommitdiff
path: root/src/routines/level2/xsbmv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/level2/xsbmv.cc')
-rw-r--r--src/routines/level2/xsbmv.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routines/level2/xsbmv.cc b/src/routines/level2/xsbmv.cc
index bc82c88d..66ba74e8 100644
--- a/src/routines/level2/xsbmv.cc
+++ b/src/routines/level2/xsbmv.cc
@@ -57,6 +57,7 @@ StatusCode Xsbmv<T>::DoSbmv(const Layout layout, const Triangle triangle,
// =================================================================================================
// Compiles the templated class
+template class Xsbmv<half>;
template class Xsbmv<float>;
template class Xsbmv<double>;