From 0f7e938aef9bc58b883cf72aa816bb704a3510e5 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Mon, 2 Dec 2013 18:53:56 +0000 Subject: [PATCH] sync --- TODO | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index f247b07b..080fc758 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,11 @@ -- check vectorizer on linear.c - do some more packages, we've just done arithmetic so far - how much would alignment buy us? is there any way we can do this? probably - not, since we need to be able to generate any sub-area +- do some more packages, we've just done arithmetic so far how about avg? do we need -ffast-math to vec that? + + yes we do, though it doesn't seem any faster not seen more than x2 from auto-vec of abs(), perhaps the bool ops?