使用 SIMD 来计算一个数组的和
single instruction multiple data
Read over the Intel Intrinsics Guide to learn about the available SIMD instructions (an intrinsic function is a function whose implementation is handled by the compiler). The Intrinsics Naming and Usage documentation will be helpful in understanding the documentation.
this guide to help you understand how to use the SIMD functions.
主要注意处理 tail case