--- Comment #4 from amylaar at gcc dot gnu dot org 2009-03-05 01:27 ---
http://gcc.gnu.org/ml/gcc-patches/2009-03/msg00262.html
--
amylaar at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #3 from hjl dot tools at gmail dot com 2009-03-02 19:00 ---
FWIW, I defined OImode (512bit) for AVX. It isn't strictly needed
by x86 backend. But I had to define it. Otherwise, middle-end isn't
happy.
--
hjl dot tools at gmail dot com changed:
What|Remove
--- Comment #2 from amylaar at gcc dot gnu dot org 2009-03-02 18:29 ---
(In reply to comment #1)
> I think this is by defined, you need to include one mode bigger than the
> register size. This is done for spu the same way.
Where does it say that a port for a target with 128 bit regist
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-03-02 17:39 ---
I think this is by defined, you need to include one mode bigger than the
register size. This is done for spu the same way.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39349