Re: FreeBSD 9.0-CUR/amd64 CLANG: howto use gcc __builtin_ia32?

2011-06-16 Thread O. Hartmann
On 06/16/11 09:04, O. Hartmann wrote: On 06/15/11 20:36, Doug Rabson wrote: You could try using the standard header - that has inline functions which should cover all the SSE instructions. On 12 June 2011 17:43, Hartmann, O. wrote: I use some numerical code utilizing the SIMD units of modern

Re: FreeBSD 9.0-CUR/amd64 CLANG: howto use gcc __builtin_ia32?

2011-06-16 Thread O. Hartmann
On 06/15/11 20:36, Doug Rabson wrote: You could try using the standard header - that has inline functions which should cover all the SSE instructions. On 12 June 2011 17:43, Hartmann, O. wrote: I use some numerical code utilizing the SIMD units of modern X86 architectures. Code compiles well