Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Issues: Resolves aws/aws-lc-rs#425 ### Context: * CMake will attempt to use [the YASM assembler if found](https://github.com/Kitware/CMake/blob/cafa2986afb6eed3ba0318674c02e3a03ef34555/Modules/CMakeDetermineASM_NASMCompiler.cmake#L5). * YASM is unable to handle our AVX-512 assembly: ``` ...\aesni-xts-avx512.asm:136: error: undefined symbol `zmm25' (first use) ``` ### Change: * This change has CMake locate the "nasm" executable, then sets that as the `CMAKE_ASM_NASM_COMPILER`. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.
- Loading branch information