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