v0.4.1
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 yourCargo.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