Releases: bab2min/EigenRand
Releases · bab2min/EigenRand
0.5.1
What's Changed
- Add AVX512 support by @m-henning-toptal in #49
- resolves #50 : modernize cmake and ci by @prudhomm in #52
- Basic.h : add member function derived() by @ManifoldFR in #54
- Add EIGENRAND_BUILD_BENCHMARK cmake option by @jorisv in #55
New Contributors
- @m-henning-toptal made their first contribution in #49
- @prudhomm made their first contribution in #52
- @ManifoldFR made their first contribution in #54
- @jorisv made their first contribution in #55
Full Changelog: v0.5.0...v0.5.1
0.5.0
0.4.1
0.4.0 alpha
- Now EigenRand supports ARM & ARM64 NEON architecture experimentally. Please report issues about ARM & ARM64 NEON.
- Now EigenRand has compatibility to
Eigen 3.4.0
.