On Sat, 16 Apr 2005, Øystein Johansen wrote:
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See http://gcc.gnu.org/bugs.html> for instructions.
> make: *** [neuralnet.o] Error 1
>
> Should I report this to the bug database or is this a known bug? And
> what is it a
Richard Guenther wrote:
Try
typedef float v4sf __attribute__((vector_size(16)));
note that the base type (float) now matters, and the vector size
is in bytes. This works even for gcc 3.3, so I don't know exactly
when it was introduced.
D'oh!
...but now I get a more serious problem
/msys/1.0/lo
Hi,
I just started to work on some loop vectorizing for my project. Some
weeks ago I got a snapshot of GCC-4.1-20050313. It compiled my code but
I was not able to get the auto-vectorization working. (Yes, I understand
why)
I decided to try sse intrinsics (X86 Built-in Functions as the manual
s