About SIMD math (with profiling code)

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
devsh
Competition winner
Posts: 2057
Joined: Tue Dec 09, 2008 6:00 pm
Location: UK
Contact:

Re: About SIMD math (with profiling code)

Post 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
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Re: About SIMD math (with profiling code)

Post by BlindSide »

Subbed
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
Post Reply