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