This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, AVX512, x86_64] AVX-512 support in glibc for x86_64


On Fri, 24 Jan 2014, Zamyatin, Igor wrote:

> Attached patch adds AVX512 (new Intel ISA extension, see e.g. 
> http://software.intel.com/en-us/intel-isa-extensions?page=1&wapkw=software%20development%20manual%20avx512#pid-16007-1495 
> ) support in Glibc for x86_64.

Do you plan to add support for i386 as well, or is there a reason no such 
support is needed (that these registers are call-clobbered and not used 
for argument passing / return, so libc needs no special knowledge of 
them?)?  (Cf. bug 15402 suggesting running the AVX audit tests on i386, 
which would make sense if they are valid for x86 even if no associated 
changes to the dynamic linker are needed.)

>         * sysdeps/x86_64/tst-audit9.c: New file.
>         * sysdeps/x86_64/tst-auditmod9a.c: New file.
>         * sysdeps/x86_64/tst-auditmod9b.c: New file.

Any new test should have a copyright / license notice immediately 
following the first line saying what the function of the file is.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]