Snapshot gcc-5-20160809 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/5-20160809/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 5 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-5
On Tue, Aug 09, 2016 at 03:13:30PM -0700, David Wohlferd wrote:
> I'm looking at gcc/config/i386/avx512fintrin.h, and I see this:
>
> extern __inline __m256i
> __attribute__ ((__gnu_inline__, __always_inline__, __artificial__))
> _mm512_cvtsepi64_epi32 (__m512i __A)
> {
> __v8si __O;
> return
I'm looking at gcc/config/i386/avx512fintrin.h, and I see this:
extern __inline __m256i
__attribute__ ((__gnu_inline__, __always_inline__, __artificial__))
_mm512_cvtsepi64_epi32 (__m512i __A)
{
__v8si __O;
return (__m256i) __builtin_ia32_pmovsqd512_mask ((__v8di) __A,
Jeff Law writes:
>> We don't need to change the final approval step being from a
>> maintainer to be able to spread the workload.
> Amen. There's a few folks doing this right now outside their areas of
> official maintainership and those comments are always very helpful to
> me.
>
> And note tha
Hey,
We have added a new mirror in Canada.
IP address is being geolocated in the US but it is actually Canadian. If
it has to be listed as a US mirror please let me know.
Could you please add it to the list?
---
Canada, Quebec: http://ca.mirror.babylon.network/gcc/ |
ftp://ca.mirror.babylo
On Sun, Aug 7, 2016 at 3:19 PM, Prasad Ghangal wrote:
> On 4 August 2016 at 18:29, Richard Biener wrote:
>> On Thu, Aug 4, 2016 at 1:31 PM, Prasad Ghangal
>> wrote:
>>> On 2 August 2016 at 14:29, Richard Biener
>>> wrote:
On Mon, Aug 1, 2016 at 4:52 PM, Prasad Ghangal
wrote:
>