This might be a silly question, but I'll go for it anyways. Does Intel supply "stub" versions of its libraries for non-Intel chips? I'd like to port a piece of software I maintain over to ARM architecture and compare the performance on Intel w/ hardware accelerated IPP, and on the ARM chip with everything running in software. It's mainly to get a proof-of-concept demo up and running without having to manually write all the algorithms from scratch, even if they aren't hardware optimized.
Thanks!