aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-08-16 18:19:04 -0700
committerChris Robinson <[email protected]>2017-08-16 18:19:04 -0700
commite0408d8edfb0a5804d4ef9bd3e805d08d62d9266 (patch)
treebfba885baf21ba25efcc9fbc67b53df05a29d6c6 /Alc
parent5008024e73e7451c25a4c8729bfb636699615e8e (diff)
Make the sinc4 table static
Diffstat (limited to 'Alc')
-rw-r--r--Alc/bsinc_inc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/bsinc_inc.c b/Alc/bsinc_inc.c
index 28ed04bc..73b582e0 100644
--- a/Alc/bsinc_inc.c
+++ b/Alc/bsinc_inc.c
@@ -1301,7 +1301,7 @@ static const struct {
/* filterOffset */ { 0, 1536, 3072, 4608, 6144, 7680, 9216, 10752, 12032, 13312, 14592, 15616, 16640, 17664, 18432, 19200 }
};
-alignas(16) const float sinc4Tab[FRACTIONONE][4] = {
+alignas(16) static const float sinc4Tab[FRACTIONONE][4] = {
{ +1.972846707e-17f, +1.000000000e+00f, +1.972846707e-17f, -7.947592825e-19f },
{ -1.234844220e-04f, +9.999998638e-01f, +1.236324705e-04f, -2.493930525e-06f },
{ -2.468208365e-04f, +9.999994551e-01f, +2.474130305e-04f, -4.998192808e-06f },