香草 C 替代英特尔内在函数?
Vanilla C drop in replacement for intel intrinsics?
对于每个 avx、sse4 等内在函数,都有一个开放的逻辑算法。我想知道用香草 C 代码替换内在函数(用于调试、在 arm 上制作原型等)是否有官方或非官方的下降?
我有一个项目,SIMDe, that does it. It's not complete, but it's more substantial than anything else I'm aware of。欢迎投稿 ;)
对于每个 avx、sse4 等内在函数,都有一个开放的逻辑算法。我想知道用香草 C 代码替换内在函数(用于调试、在 arm 上制作原型等)是否有官方或非官方的下降?
我有一个项目,SIMDe, that does it. It's not complete, but it's more substantial than anything else I'm aware of。欢迎投稿 ;)