Commit b0fcc617 authored by David Lowndes's avatar David Lowndes Committed by Michael R. Crusoe

Whoops, missing comma

parent fe262fb0
...@@ -1746,7 +1746,7 @@ simde_math_fpclass(double v, const int imm8) { ...@@ -1746,7 +1746,7 @@ simde_math_fpclass(double v, const int imm8) {
1.382719649631f, 1.382719649631f,
0.690969348887f, 0.690969348887f,
-1.128081391617f, -1.128081391617f,
0.680544246825f 0.680544246825f,
-0.164441567910f -0.164441567910f
}; };
static const float q[3] = { static const float q[3] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment