From 67cce5724237484656f961b10ab741324d445ba8 Mon Sep 17 00:00:00 2001
From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de>
Date: Thu, 15 Dec 2016 17:28:36 +0100
Subject: [PATCH] Remove C&P comment that does not apply anymore

---
 python/dune/perftool/loopy/vcl.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/python/dune/perftool/loopy/vcl.py b/python/dune/perftool/loopy/vcl.py
index 2d8bf6cc..b50a4226 100644
--- a/python/dune/perftool/loopy/vcl.py
+++ b/python/dune/perftool/loopy/vcl.py
@@ -64,8 +64,5 @@ def get_vcl_type(nptype, register_size=None, vec_size=None):
 @function_mangler
 def vcl_mul_add(knl, func, arg_dtypes):
     if func == "mul_add":
-        # This is not 100% within the loopy philosophy, as we are
-        # passing the vector registers as references and have them
-        # changed. Loopy assumes this function to be read-only.
         vcl = lp.types.NumpyType(get_vcl_type(np.float64, register_size=256))
         return lp.CallMangleInfo("mul_add", (vcl), (vcl, vcl, vcl))
-- 
GitLab