mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Prior to this change: cpu_lcd(['AVX'], ['AVX','AES']) == ['AVX'], causing AES instructions to be treated as unsupported when "cpu WESTMERE" is used, or even "cpu WESTMERE AES". Fixed by reordering ordered_cpu_features such that now, cpu_lcd(['AVX'], ['AVX','AES']) == ['AES']. I don't know if there are CPUs this would not be correct for, but this is the value that's consistent with all extant CPU definitions. |
||
|---|---|---|
| .. | ||
| arch | ||
| dbgfmts | ||
| listfmts | ||
| objfmts | ||
| parsers | ||
| preprocs | ||
| CMakeLists.txt | ||
| Makefile.inc | ||