Re: Vector Extensions to C (SSE2 on X86)

2006-08-01 Thread Ian Lance Taylor
Amund Fjellheim <[EMAIL PROTECTED]> writes: > >> Anyone fixing the documentation, then? > > > > Volunteers are always welcome. > > > > Ian > > I would but I don't think I know enough about what GCC supports and > not. It would be better if those who do the changes make sure the > documentation fi

Re: Vector Extensions to C (SSE2 on X86)

2006-08-01 Thread Amund Fjellheim
Den 1. aug. 2006 kl. 20.51 skrev Ian Lance Taylor: Amund Fjellheim <[EMAIL PROTECTED]> writes: Anyone fixing the documentation, then? Volunteers are always welcome. Ian I would but I don't think I know enough about what GCC supports and not. It would be better if those who do the change

Re: Vector Extensions to C (SSE2 on X86)

2006-08-01 Thread Ian Lance Taylor
Amund Fjellheim <[EMAIL PROTECTED]> writes: > Anyone fixing the documentation, then? Volunteers are always welcome. Ian > Den 1. aug. 2006 kl. 15.51 skrev Ian Lance Taylor: > > > Amund Fjellheim <[EMAIL PROTECTED]> writes: > > > >> GCC has some support for vector instructions through typedef'e

Re: Vector Extensions to C (SSE2 on X86)

2006-08-01 Thread Amund Fjellheim
Anyone fixing the documentation, then? Den 1. aug. 2006 kl. 15.51 skrev Ian Lance Taylor: Amund Fjellheim <[EMAIL PROTECTED]> writes: GCC has some support for vector instructions through typedef'ed types like this: typedef int v4si __attribute__ ((vector_size (16))); Some normal C operators

Re: Vector Extensions to C (SSE2 on X86)

2006-08-01 Thread Ian Lance Taylor
Amund Fjellheim <[EMAIL PROTECTED]> writes: > GCC has some support for vector instructions through typedef'ed types > like this: > typedef int v4si __attribute__ ((vector_size (16))); > > Some normal C operators can be done on these and there are some > platform specific built in functions. The X

Vector Extensions to C (SSE2 on X86)

2006-07-31 Thread Amund Fjellheim
GCC has some support for vector instructions through typedef'ed types like this: typedef int v4si __attribute__ ((vector_size (16))); Some normal C operators can be done on these and there are some platform specific built in functions. The X86 functions are listed at http://gcc.gnu.org/onli