BigUglySpider / EmuLibs

Selection of libraries designed to be used with Emu projects. This was originally a Math library only, but has since been changed to hold all Emu libraries to enable consistency in changes to dependencies (such as EmuCore modifications).
https://biguglyspider.github.io/math
0 stars 0 forks source link

[EmuSIMD] Full-width shuffles not fully implemented #69

Open BigUglySpider opened 1 year ago

BigUglySpider commented 1 year ago

There is currently no need for them outside of FastQuaternion::from_euler (which can be alleviated by constructing a FastQuaternion from a normal Quaternion::from_euler result), so this is not too high a priority.

This issue is primarily present to indicate that the implementation is incomplete.