v1.18.0

Schniz/fnmv1.18.0Dec 24, 2019by Schniz

AI Summary

Improved compatibility across different CPU architectures by disabling custom Intel ADX machine code compilation.

Key Highlights

  • Fixed 'illegal instruction' errors on certain CPUs
  • Install script now specifies the release version

New Features

  • Install script version specification
  • CPU compatibility fix

Full Release Notes

## Highlight

Regarding #173 #174 and #177, this version stops compiling `libgmp` with custom machine code for Intel ADX. This should make fnm run smoothly on most CPU architectures. See more in #177 and let me know if there are more issues with it.

## Changelog

#### New Feature 🎉

- [#176](https://github.com/Schniz/fnm/pull/176) Specify the release to the install script ([@chrisdaley](https://github.com/chrisdaley))

#### Bugfix 🐛

- [#177](https://github.com/Schniz/fnm/pull/177) Fix "illegal instruction" errors on some CPUs ([@Schniz](https://github.com/Schniz))

#### Internal 🛠

- [#179](https://github.com/Schniz/fnm/pull/179) Bump lwt version ([@Schniz](https://github.com/Schniz))

#### Committers: 2

- Chris Daley ([@chrisdaley](https://github.com/chrisdaley))
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))