Loading...
Searching...
No Matches
#include <vector>
Go to the source code of this file.
|
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) |
|