summaryrefslogtreecommitdiff
path: root/src/routines/level2/xhpr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/level2/xhpr.cc')
-rw-r--r--src/routines/level2/xhpr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routines/level2/xhpr.cc b/src/routines/level2/xhpr.cc
index abe00669..24d7ae95 100644
--- a/src/routines/level2/xhpr.cc
+++ b/src/routines/level2/xhpr.cc
@@ -34,7 +34,7 @@ StatusCode Xhpr<T,U>::DoHpr(const Layout layout, const Triangle triangle,
const Buffer<T> &x_buffer, const size_t x_offset, const size_t x_inc,
const Buffer<T> &ap_buffer, const size_t ap_offset) {
- //
+ // Specific Xhpr functionality is implemented in the kernel using defines
return DoHer(layout, triangle, n, alpha,
x_buffer, x_offset, x_inc,
ap_buffer, ap_offset, n, true);