Is this a gcc bug? Function returns 0 when looping an int* over elements of a __m256i
When compiled with gcc the function sum_of_squares
returns 0. Am I doing anything wrong or is this a gcc bug? I know that I am not handling cases when n is not divisible by 8.
Is this a gcc bug? Function returns 0 when looping an int* over elements of a __m256i
When compiled with gcc the function sum_of_squares
returns 0. Am I doing anything wrong or is this a gcc bug? I know that I am not handling cases when n is not divisible by 8.
Is this a gcc bug? Function returns 0 when looping an int* over elements of a __m256i
When compiled with gcc the function sum_of_squares
returns 0. Am I doing anything wrong or is this a gcc bug? I know that I am not handling cases when n is not divisible by 8.