From: Cyrill G. <gor...@gm...> - 2013-11-10 21:36:24
|
On Fri, Nov 08, 2013 at 08:14:53PM -0800, Jin Kyu Song wrote: > A bug which encoded zmm16~23 as zmm24~31 is fixed. Some improvement has > been done for MPX : compatible with gas's mib encoding with no base reg. > There were some changes in CPUID bits for AVX-512 instructions. And in a case > that a user wants to force nasm to encode an instruction in evex, > {evex} prefix is now added. > The logic to match broadcasting operand is improved and now it makes sure > the broadcasting decorator {1to<n>} is correctly written. > > All these commits can be pulled from git://repo.or.cz/nasm/avx512.git , too. Great job, Jin! Btw, why not merging this stuff into avx512 branch in nasm repo which was created exactly for avx512 development things? |