On May 9, 2008, at 3:10 AM, Nicolas Capens wrote:> Please note that I'm not trying to compile from C code, I try to > generate > functions at run-time directly. I want to keep it target-independent > too, so > I can't use intrinsics either.Ah, but you can use any intrinsic that is target independent.... The gcc vector stuff is meant to work on all targets as I recall.
- Devang On May 9, 2008, at 5:03 PM, Mike Stump <mrs at apple.com> wrote:> > Ah, but you can use any intrinsic that is target independent.... The > gcc vector stuff is meant to work on all targets as I recall.Do you mean GCC has target independent vector intrinsics?
On Fri, May 9, 2008 at 8:42 PM, Devang Patel <dpatel at apple.com> wrote:> > > - > Devang > > On May 9, 2008, at 5:03 PM, Mike Stump <mrs at apple.com> wrote: >> >> Ah, but you can use any intrinsic that is target independent.... The >> gcc vector stuff is meant to work on all targets as I recall. > > Do you mean GCC has target independent vector intrinsics? >Yes, it does.