Page 3 of 3

Re: About SIMD math (with profiling code)

Posted: Wed Jun 17, 2015 12:28 pm
by devsh
- Convert SIMD instructions into multiple regular x86 instructions (it is possible, and that would at least remove some maintenance burden from C++ developers: you just write SIMD code).. as far as I know Emscripten already do that but that's for web.
write your own intrinsic implementation? (i.e. _mm_mul_ps() etc.)

anyway, I'm going to explore the matrix associativity issue, and let you guys know later how it went

Re: About SIMD math (with profiling code)

Posted: Fri Oct 02, 2015 11:10 am
by BlindSide
Subbed