![]() |
Shkyera Engine
Easy to use, game engine for Python
|
Namespaces | |
namespace | shkyera |
namespace | shkyera::simd |
Functions | |
void | shkyera::simd::add (const FloatVec &src, FloatVec &dst, float subtractBy) |
void | shkyera::simd::divide (const FloatVec ÷nd, const FloatVec &divisor, FloatVec &dst) |
void | shkyera::simd::mix (const FloatVec &a, const FloatVec &b, const FloatVec &t, FloatVec &dst) |
void | shkyera::simd::multiplyAccumulate (const FloatVec &a, float b, FloatVec &dst) |
void | shkyera::simd::multiplyAccumulate (const FloatVec &a, const FloatVec &b, FloatVec &dst) |