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

Feature fastnoise #27

Closed BigUglySpider closed 2 years ago

BigUglySpider commented 2 years ago

Fast noise added, alongside some additional SIMD helpers.

SIMD helpers moved to a separate library, EmuSIMD, and much more flexible.

EmuThreads added for some tests with FastNoise, but was not used. Should be removed at a future point but some additional rectifications are to be made in the next big branch, so it is being kept around in case a use for it is found.