03-24-2015, 02:32 PM
Eh, I still don't like the amount of memory access that kinda system forces you to do.. as if u want to work on more then 2 values, u have to load and store the old and new values. So u can get fast single functions. but anything more than that and you have to go to memory... wouldn't be too bad if you had a super close cache (like a 1 cycle penalty on a pipelined accumulator)