avx512fintrin.h (_mm512_cvtsepi64_epi32): Remove unused variable __O.

* config/i3836/avx512fintrin.h (_mm512_cvtsepi64_epi32): Remove
	unused variable __O.

From-SVN: r239310
This commit is contained in:
David Wohlferd 2016-08-09 22:24:40 +00:00 committed by Jakub Jelinek
parent f3365c1201
commit dc29c7de78
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2016-08-09 David Wohlferd <dw@LimeGreenSocks.com>
* config/i3836/avx512fintrin.h (_mm512_cvtsepi64_epi32): Remove
unused variable __O.
2016-08-09 Martin Liska <mliska@suse.cz>
* doc/gcov.texi: Change _gcov_dump to __gcov_dump and

View File

@ -4903,7 +4903,6 @@ extern __inline __m256i
__attribute__ ((__gnu_inline__, __always_inline__, __artificial__))
_mm512_cvtsepi64_epi32 (__m512i __A)
{
__v8si __O;
return (__m256i) __builtin_ia32_pmovsqd512_mask ((__v8di) __A,
(__v8si)
_mm256_undefined_si256 (),