Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
x86: Change assembler from yasm to nasm
This is required to support AVX-512. Drop `-Worphan-labels` from ASFLAGS since it's enabled by default in nasm. Also change alignmode from `k8` to `p6` since it's more similar to `amdnop` in yasm, e.g. use long nops without excessive prefixes.
- Loading branch information
Showing
with
5 additions
and 19 deletions.
- +1 −14 common/x86/x86inc.asm
- +4 −5 configure