This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] Add missing _mm512_set{_epi16,_epi8,zero} intrinsics


Hello Jakub,
On 08 мая 17:14, Jakub Jelinek wrote:
> Hi!
> 
> While working on PR85323 testsuite coverage, I've noticed we lack these
> intrinsics.  ICC and since Mar 2017 also clang do have these.
> 
> The _mm512_setzero is just a misnamed alias to another intrinsic, but for
> compatibility we likely want to have it too.
> 
> Surprisingly, the _mm512_setr_epi{8,16} intrinsics one would expect too
> are missing in the ICC I have around.
> 
> Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk?
Your patch is OK for trunk.

--
Regards, Kirill Yukhin


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