From: H. P. A. <hp...@zy...> - 2013-11-11 02:19:30
|
On 11/08/2013 08:14 PM, 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. > That branch shares no common history with the NASM master branch, so I tried to apply the patchset manually (minus patch #1, which is already in master.) It doesn't apply, presumably because the baseline is subtly different. I would ask that you regenerate the patchset onto the master branch and commit it. At this point we have already merged in avx512 into the master branch, so we might as well just finish the job there. -hpa |