From 45514ee32f8566d35d6153a64c575dfde256d941 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 26 Jul 2016 00:07:39 -0700 Subject: Add some more restrict keywords --- Alc/mixer_c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Alc') diff --git a/Alc/mixer_c.c b/Alc/mixer_c.c index 7dca7a61..5b3e7b74 100644 --- a/Alc/mixer_c.c +++ b/Alc/mixer_c.c @@ -93,7 +93,7 @@ const ALfloat *Resample_bsinc32_C(const BsincState *state, const ALfloat *src, A } -void ALfilterState_processC(ALfilterState *filter, ALfloat *restrict dst, const ALfloat *src, ALuint numsamples) +void ALfilterState_processC(ALfilterState *filter, ALfloat *restrict dst, const ALfloat *restrict src, ALuint numsamples) { ALuint i; if(numsamples > 1) -- cgit v1.2.3