Hello,
On 29.08.2016 14:58, Marc Glisse wrote:
Hello,
this patch gets rid of a few more builtins (well, I actually kept
them, since Ada users may still need them). I had to tweak the flags
for pr59539-2.c, otherwise the compiler thinks it is more efficient to
split the loads, reading 128 bits at a time. This still breaks one
testcase: avx512f-vmovdqu32-1.c. I don't think it really matters, and
I'll just adapt the scan-assembler-times regex if you agree, but from
https://gcc.gnu.org/ml/gcc-patches/2014-01/msg00757.html it looks like
getting 32 instead of 64 might be on purpose, so I'd like your opinion
on that
32/64 matters only when you're using embedded masking.
if not - they are synonyms.
--
Thanks, K