Skip to content

v0.4.1

Compare
Choose a tag to compare
@ronnychevalier ronnychevalier released this 18 Jun 15:54
· 108 commits to main since this release

Version 0.4.1

Added

  • You can now specify the list of CPUs you want to target with --cpus on the command line or by specifying it in your Cargo.toml like:
[package.metadata.multivers.x86_64]
cpus = ["generic", "alderlake", "skylake", "sandybridge", "ivybridge"]

Changed

  • Updated dependencies to remove the duplicated ones
  • Removed unneeded unsafe code