As shown in the PR, the correct name of the intrinsic is
_mm_undefined_epi32 [1].
Leave _mm512_undefined_si512 redefinition for backward compatibility.
2016-08-14 Uros Bizjak
PR target/76342
* config/i386/avx512fintrin.h (_mm512_undefined_epi32):
Renamed from _mm512_undefined_si51
Hello world,
this patch fixes the performance regression introduced with
the fix for 71783. It also corrects an error in the logic
in realloc_string_callback by now checking if the experssion
is deferred, instead of checking for the symbol having the
allocatable attribute (which led to false pos
Hi Tim,
On Tue, 9 Aug 2016, Tim Semeijn wrote:
> 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.
thanks for the heads up! Below is the patch that I just applied,
mirroring
Hi Martin,
On Fri, 12 Aug 2016, Martin Liška wrote:
>> I think it would be good to add a comment at the top that
>> describes what the scripts does and how to invoke the script?
> Sure, what about this?
your patch definitely is a nice improvement. Instead of providing
editorial comments, allow m
On 11 August 2016 at 21:05, Ville Voutilainen
wrote:
>> The latest SD-6 has a feature test macro;
>>
>> #define __cpp_lib_make_from_tuple 201606
>>
>>
>> Also the test should get:
>>
>> #ifndef __cpp_lib_make_from_tuple
>> # error "Feature-test macro for make_from_tuple missing"
>> #elif __cpp_li