public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH i386 AVX512] [85/n] Add intrinsics headers.
@ 2014-10-22 12:48 Kirill Yukhin
  2014-10-23 18:15 ` Uros Bizjak
  0 siblings, 1 reply; 2+ messages in thread
From: Kirill Yukhin @ 2014-10-22 12:48 UTC (permalink / raw)
  To: Uros Bizjak; +Cc: Jakub Jelinek, Richard Henderson, GCC Patches, kirill.yukhin

[-- Attachment #1: Type: text/plain, Size: 584 bytes --]

Hello,
This patch introduces necessary AVX-512* intrinsics headers.

Bootstrapped.
AVX-512* tests on top of patch-set all pass
under simulator.

Is it ok for trunk?

gcc/
        * config/i386/avx512bwintrin.h: New.
        * config/i386/avx512dqintrin.h: Ditto.
        * config/i386/avx512vlbwintrin.h: Ditto.
        * config/i386/avx512vldqintrin.h: Ditto.
        * config/i386/avx512vlintrin.h: Ditto.
        * config/i386/immintrin.h: Include avx512vlintrin.h, avx512bwintrin.h,
        avx512dqintrin.h, avx512vlbwintrin.h, avx512vldqintrin.h.

Patch attached.

--
Thanks, K

[-- Attachment #2: patch.intrinsics.avx512.tar.bz2 --]
[-- Type: application/x-bzip2, Size: 27219 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH i386 AVX512] [85/n] Add intrinsics headers.
  2014-10-22 12:48 [PATCH i386 AVX512] [85/n] Add intrinsics headers Kirill Yukhin
@ 2014-10-23 18:15 ` Uros Bizjak
  0 siblings, 0 replies; 2+ messages in thread
From: Uros Bizjak @ 2014-10-23 18:15 UTC (permalink / raw)
  To: Kirill Yukhin; +Cc: Jakub Jelinek, Richard Henderson, GCC Patches

On Wed, Oct 22, 2014 at 2:43 PM, Kirill Yukhin <kirill.yukhin@gmail.com> wrote:
> Hello,
> This patch introduces necessary AVX-512* intrinsics headers.
>
> Bootstrapped.
> AVX-512* tests on top of patch-set all pass
> under simulator.
>
> Is it ok for trunk?
>
> gcc/
>         * config/i386/avx512bwintrin.h: New.
>         * config/i386/avx512dqintrin.h: Ditto.
>         * config/i386/avx512vlbwintrin.h: Ditto.
>         * config/i386/avx512vldqintrin.h: Ditto.
>         * config/i386/avx512vlintrin.h: Ditto.
>         * config/i386/immintrin.h: Include avx512vlintrin.h, avx512bwintrin.h,
>         avx512dqintrin.h, avx512vlbwintrin.h, avx512vldqintrin.h.

Well, I have checked that patch follows the established coding style,
that it has #defines that cover constant propagation for -O0 and has
(hopefully) correct target flags, and that is the maximum a human can
do. Testsuite (mostly gcc.target/i386/sse-{12,13, 14}.c and
g++.dg/other/i386-{2,3}.C will cover the rest.

Oh, a couple of headers still have 2013 for their copyright data.
Please change these to 2014.

Rubber stamped as OK.

Thanks,
Uros.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-23 18:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-22 12:48 [PATCH i386 AVX512] [85/n] Add intrinsics headers Kirill Yukhin
2014-10-23 18:15 ` Uros Bizjak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).