yasm/modules
Kaz Wesley 8a87860db7
Enable AES on westmere (#97)
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.
2023-05-12 21:18:15 -07:00
..
arch Enable AES on westmere (#97) 2023-05-12 21:18:15 -07:00
dbgfmts Fix memleak of codeview leaf (#114) 2023-05-12 21:10:17 -07:00
listfmts Remove $Id$ and RCSID() usage. 2011-08-19 10:43:16 -07:00
objfmts Update elf-objfmt.c (#148) 2023-05-12 21:15:02 -07:00
parsers gas-parse.c: Eliminate warning. 2012-08-30 23:53:41 -07:00
preprocs Fix badly freed pointer on indented code block after rept (#189) 2023-05-12 21:13:44 -07:00
CMakeLists.txt Fix detecting Windows platform (#204) 2023-05-12 21:06:53 -07:00
Makefile.inc Remove $Id$ and RCSID() usage. 2011-08-19 10:43:16 -07:00