Skip to content

Commit

Permalink
Update numpy/core/src/umath/simd.inc.src
Browse files Browse the repository at this point in the history
  • Loading branch information
seberg authored and charris committed Nov 11, 2020
1 parent 94fcf15 commit 3fe941e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/src/umath/simd.inc.src
Original file line number Diff line number Diff line change
Expand Up @@ -3009,7 +3009,7 @@ AVX512F_absolute_@TYPE@(@type@ * op,
ip += 2*@num_lanes@*stride_ip1;
num_remaining_elements -= 2*@num_lanes@;
}
npy_clear_floatstatus_barrier((char*)(op - @num_lanes@));
npy_clear_floatstatus_barrier((char*)&num_remaining_elements);
}

#endif
Expand Down

0 comments on commit 3fe941e

Please sign in to comment.