summaryrefslogtreecommitdiff
path: root/src/routines/level2/xtbmv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/level2/xtbmv.cc')
-rw-r--r--src/routines/level2/xtbmv.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routines/level2/xtbmv.cc b/src/routines/level2/xtbmv.cc
index 47371c87..86e28dfb 100644
--- a/src/routines/level2/xtbmv.cc
+++ b/src/routines/level2/xtbmv.cc
@@ -72,6 +72,7 @@ StatusCode Xtbmv<T>::DoTbmv(const Layout layout, const Triangle triangle,
// =================================================================================================
// Compiles the templated class
+template class Xtbmv<half>;
template class Xtbmv<float>;
template class Xtbmv<double>;
template class Xtbmv<float2>;