Re: [PATCH] Add missing _mm512_set{_epi16,_epi8,zero} intrinsics

2018-05-16 Thread Kirill Yukhin
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 lik

[PATCH] Add missing _mm512_set{_epi16,_epi8,zero} intrinsics

2018-05-08 Thread Jakub Jelinek
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}