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

Clamps, rounds, and reciprocal missing from new vectors #6

Closed BigUglySpider closed 3 years ago

BigUglySpider commented 3 years ago

As title states, these should be added before a final push.

BigUglySpider commented 3 years ago

Reciprocals added as of commit 205faba8bdda057d50f7b27e2228454c37e7c768.

BigUglySpider commented 3 years ago

Clamps added as of commit d9199146748a09dd815091c8052a5741b58e5ac2.

BigUglySpider commented 3 years ago

Rounds added as of commit d406bb8d7fffd678eff354b40d80020dc9c12267.

All missing features now present, so this issue will now be closed.