Improving performance of floating-point operations with SIMD

前端 未结 0 1485
南笙
南笙 2021-01-21 05:31

I have this function to compute a piece of array of double\'s:

void avx2_mul_64_block(double& sum, double* lhs, double* rhs) noexcept
{
    __m256i accumulato         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题