summaryrefslogtreecommitdiff
path: root/src/routines/level3/xtrmm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/level3/xtrmm.cc')
-rw-r--r--src/routines/level3/xtrmm.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routines/level3/xtrmm.cc b/src/routines/level3/xtrmm.cc
index 9e3b27b4..18cbb1c0 100644
--- a/src/routines/level3/xtrmm.cc
+++ b/src/routines/level3/xtrmm.cc
@@ -130,6 +130,7 @@ StatusCode Xtrmm<T>::DoTrmm(const Layout layout, const Side side, const Triangle
// =================================================================================================
// Compiles the templated class
+template class Xtrmm<half>;
template class Xtrmm<float>;
template class Xtrmm<double>;
template class Xtrmm<float2>;