yasm/modules/arch
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
..
lc3b Remove $Id$ and RCSID() usage. 2011-08-19 10:43:16 -07:00
x86 Enable AES on westmere (#97) 2023-05-12 21:18:15 -07:00
CMakeLists.txt Add cmake build infrastructure. 2008-05-22 09:08:03 +00:00
Makefile.inc Remove $Id$ and RCSID() usage. 2011-08-19 10:43:16 -07:00
yasm_arch.xml Add support for x32 2012-08-30 23:47:41 -07:00