Skip to content

Commit

Permalink
removed duplicate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolm committed Jan 24, 2024
1 parent 91e5a55 commit 22cbc5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion math_intrinsics.h
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ static inline simd_vector simd_sign(simd_vector a)
simd_vector e = simd_convert_from_int(simd_sub_i(simd_shift_right_i(simd_and_i(i, exp), 23), simd_splat_i(127)));
simd_vector m = simd_or(simd_cast_from_int(simd_and_i(i, mant)), one);

// minimax polynomial fit of log2(x)/(x - 1), for x in range [1, 2[
// minimax polynomial fit of log2(x)/(x - 1), for x in range [1, 2[
simd_vector p = simd_polynomial6(m, (float[]){-3.4436006e-2f, 3.1821337e-1f, -1.2315303f, 2.5988452f, -3.3241990f, 3.1157899f});

Expand Down

0 comments on commit 22cbc5b

Please sign in to comment.