This commit is contained in:
John Cupitt 2013-12-02 18:53:56 +00:00
parent 85fe00ac46
commit 0f7e938aef
1 changed files with 3 additions and 4 deletions

7
TODO
View File

@ -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?