Version 1.8.2 includes several small cleanup items to support reproducible and consistent builds.
- general
- cleaned up old instances of assert statements in code which would cause the program to exit on failure; instead log error and gracefully return
- build
- added option to disable building timestamps etc. for reproducibility in automated builds (thanks, @dawkagaming)
- core
- fixed issue with resolving SIMD selection between build, runtime, and implementation (thanks, @dawkagaming)