Skip to content

Commit

Permalink
Whoops, missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lowndes authored and mr-c committed Nov 19, 2024
1 parent 9cbeced commit 74c8d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simde/simde-math.h
Original file line number Diff line number Diff line change
Expand Up @@ -1746,7 +1746,7 @@ simde_math_fpclass(double v, const int imm8) {
1.382719649631f,
0.690969348887f,
-1.128081391617f,
0.680544246825f
0.680544246825f,
-0.164441567910f
};
static const float q[3] = {
Expand Down

0 comments on commit 74c8d9b

Please sign in to comment.