Skip to content

Instantly share code, notes, and snippets.

@xylcbd
Last active November 6, 2015 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xylcbd/85c5cf29280b65a4f7ea to your computer and use it in GitHub Desktop.
Save xylcbd/85c5cf29280b65a4f7ea to your computer and use it in GitHub Desktop.
1,SIMD指令优化的是计算,对于内存复制之类的问题,限制在内存,使用SIMD指令优化很少;
2,SIMD指令也需要耗费时间,不要把若干移位和一两次乘法变成SIMD乘法,性能急剧下降;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment