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] - Some inefficiences in tangent for f32 registers #65

Open BigUglySpider opened 1 year ago

BigUglySpider commented 1 year ago

Some duplicate sets could be optimised - see tan_f64x2 for an example approach.

This is not a part of EmuMath, however it is planned to homogenise the Emu-library development to be within this repository.