https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57952
mmokrejs at gmail dot com changed:
What|Removed |Added
CC||mmokrejs at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57952
--- Comment #3 from mmokrejs at gmail dot com ---
Weird, why g++ can do the task although probably less efficiently than icc?
$ g++ -O3 -march=core-avx-i -mtune=core-avx-i -mavx2 stream.c ; objdump -d
a.out | grep ymm
stream.c:106:48: warning
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57952
--- Comment #5 from mmokrejs at gmail dot com ---
(In reply to Jakub Jelinek from comment #4)
> As for #c2/#c3, GCC 4.9 is not supported anymore and the dumps are too large
> to find out what exactly you mean by efficient and not efficient
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57952
--- Comment #7 from mmokrejs at gmail dot com ---
(In reply to Jakub Jelinek from comment #6)
> > $ gcc -O3 -march=native stream.c ; objdump -d a.out | grep ymm | wc -l
> > 63
> > $
>
> Of course, vectorization is onl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57952
--- Comment #9 from mmokrejs at gmail dot com ---
Thank you, I updated https://wiki.gentoo.org/wiki/GCC_optimization and added
the notes on -ftree-vectorize option.
: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: mmokrejs at gmail dot com
Target Milestone: ---
Hi,
I hit the error:
/usr/bin/x86_64-pc-linux-gnu-g++ -std=gnu++11 -o Unified_cpp_gfx_2d0.o -c
-I
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80391
--- Comment #2 from mmokrejs at gmail dot com ---
Hmm, I cannot due to ABI incopmpatibility.
However, the other reported also showe 5.2.1 was affected as well.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36831
--- Comment #6 from mmokrejs at gmail dot com ---
I am on Gentoo Linux but 5.4.0 is nevertheless still unavailable for general
("stable") users. For a good reason. And as I said, the ABI is not compatible.
I will try to reproduce this
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36831
--- Comment #7 from mmokrejs at gmail dot com ---
(In reply to mmokrejs from comment #6)
> I am on Gentoo Linux but 5.4.0 is nevertheless still unavailable for general
> ("stable") users. For a good reason. And as I said
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60831
--- Comment #1 from mmokrejs at gmail dot com ---
Created attachment 32589
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32589&action=edit
Code generated through cython
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: mmokrejs at gmail dot com
Created attachment 32588
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32588&action=edit
Original python code
Hi,
I have a code written in python and converting it to C using cytho
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60831
mmokrejs at gmail dot com changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54179
mmokrejs at gmail dot com changed:
What|Removed |Added
CC||mmokrejs at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54179
--- Comment #34 from mmokrejs at gmail dot com ---
Thank you all. Just to clarify
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54179#c31 , I did not show the Oom
error itself nor the cmd killed dut to that but you can see details at
https
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36831
mmokrejs at gmail dot com changed:
What|Removed |Added
Resolution|INVALID |WONTFIX
--- Comment #9 from
15 matches
Mail list logo