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

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

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