Skip to content

Commit

Permalink
also mark Sleef_rempitabsp as static const
Browse files Browse the repository at this point in the history
  • Loading branch information
luhenry committed Apr 16, 2024
1 parent b9262ee commit b7da3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libm/sleefinline_header.h.org
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ static const double Sleef_rempitabdp[] = {
2.8687869620228451614e-274, -1.9537812801257956865e-290, 1.0380272777574237546e-306, 6.4228533959362050743e-323,
};

const float Sleef_rempitabsp[] = {
static const float Sleef_rempitabsp[] = {
0.159154892, 5.112411827e-08, 3.626141271e-15, -2.036222915e-22,
0.03415493667, 6.420638243e-09, 7.342738037e-17, 8.135951656e-24,
0.03415493667, 6.420638243e-09, 7.342738037e-17, 8.135951656e-24,
Expand Down

0 comments on commit b7da3bd

Please sign in to comment.