Intel AVX intrinsics: any compatibility library out?

Posted by ~buratinas on Stack Overflow See other posts from Stack Overflow or by ~buratinas
Published on 2010-04-25T14:16:10Z Indexed on 2010/04/25 14:23 UTC
Read the original article Hit count: 293

Filed under:
|
|
|

Are there any Intel AVX intrinsics library out? I'm looking for something similar as 'sse2mmx.h' header which fall-backs to MMX intrinsics if SSE2 integer intrinsics are not available on compile time. Thus if I had similar library for AVX I could write optimized code for new hardware which would have almost optimal speed in case AVX extension isn't available. Googling didn't help much so far :(

© Stack Overflow or respective owner

Related posts about avx

Related posts about intrinsics