Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[17:54:23 CST(-0600)] <colinclark> SIMD

[17:54:47 CST(-0600)] <thealphanerd> so are you looking at implementing fft in flocking with Marcus' code?

[17:54:50 CST(-0600)] <colinclark> most chips have some kind of vector processing optimizations in them now

[17:55:08 CST(-0600)] <colinclark> thealphanerd: Yeah, I've got a branch now that implements the Math and the Filter features from Marcus' polyfill

[17:55:13 CST(-0600)] <colinclark> I figure the FFT is probably next (smile)

[17:55:28 CST(-0600)] <thealphanerd> just taking a peak right now at your code