Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass -fno-lax-vector-conversions for AArch64 Clang builds (#427)
By default Clang allows implicit conversions between Arm vector types (e.g. between `int8x16_t` and `int16x8_t`) however GCC and other compilers do not. To avoid accidentally adding code that breaks compatibility in this way, pass `-fno-lax-vector-conversions` when compiling with Clang to disable this implicit casting.
- Loading branch information