--- Additional Comments From rth at gcc dot gnu dot org 2005-01-18 09:52
---
*** This bug has been marked as a duplicate of 19161 ***
--
What|Removed |Added
St
--
What|Removed |Added
Keywords||ssemmx
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17415
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-15
08:17 ---
To fix the compiling C++/C example use the following code:
typedef float V2SF __attribute__((mode(V2SF)));
--
What|Removed |Added
--- Additional Comments From steven at gcc dot gnu dot org 2004-12-19
15:05 ---
With GCC4 (CVS HEAD) I can't compile the test case:
t.cc:1: warning: specifying vector types with __attribute__ ((mode)) is
deprecated
t.cc:1: warning: use __attribute__ ((vector_size)) instead
t.c