j
jaipkg.dev
packages / tool / SIMD_Math

SIMD_Math

0782d08tool

This defines a bunch of useful math for physics engines. The nice part about this math is that the compiler can vectorize it easily. The only thing that I did not managed to vectorize yet its the operator*[]. BUT with metaprogrammin I did succeeded to tell the compiler to vectorize it.

MIT · updated 8 months ago

SIMD_Math

This defines a bunch of useful math for physics engines. The nice part about this math is that the compiler can vectorize it easily. The only thing that I did not managed to vectorize yet its the operator*[].