Releases: pauldreik/lemac
Releases · pauldreik/lemac
V0.1
Overview
A windows binary for amd64 has been added, cross compiled from linux using mingw. The performance seems to be better compared to the one compiled using msvc (40 vs 37 GiB/s measured on github windows runner).
fmt has been removed as a dependency, to simplify building and distribution.
What's Changed
- ci: store windows benchmark.exe as artifacts by @pauldreik in #12
- drop fmt dependency from benchmark by @pauldreik in #13
- remove fmt library by @pauldreik in #14
- add mingw cross compilation to windows by @pauldreik in #15
- bump version to 0.1 by @pauldreik in #16
Full Changelog: v0.0...V0.1
v0.0
Initial release
This is the first release.
What's Changed
- ci: add a ubuntu build by @pauldreik in #1
- ci: add more compilers by @pauldreik in #2
- ci: add sanitizer job by @pauldreik in #3
- aarch64 support by @pauldreik in #4
- Add macOS ARM64 support by @rillbert in #5
- post mac os support fixes by @pauldreik in #6
- add debian packaging by @pauldreik in #7
- ci: add a native aarch64 job by @pauldreik in #8
- add cmake configuration file generation by @pauldreik in #9
- add windows amd64 support by @pauldreik in #10
- add windows arm64 support by @pauldreik in #11
New Contributors
- @pauldreik made their first contribution in #1
- @rillbert made their first contribution in #5
Full Changelog: https://github.com/pauldreik/lemac/commits/v0.0