floatdsp: restrict->av_restrict
Fix msvc Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -147,7 +147,7 @@ typedef struct AVFloatDSPContext {
|
||||
* @param v2 second input vector, difference output, 16-byte aligned
|
||||
* @param len length of vectors, multiple of 4
|
||||
*/
|
||||
void (*butterflies_float)(float *restrict v1, float *restrict v2, int len);
|
||||
void (*butterflies_float)(float *av_restrict v1, float *av_restrict v2, int len);
|
||||
|
||||
/**
|
||||
* Calculate the scalar product of two vectors of floats.
|
||||
|
||||
Reference in New Issue
Block a user