mirror of
https://github.com/xiph/opus.git
synced 2025-05-23 19:59:12 +00:00
added void to shut up missing prototype warning
This commit is contained in:
parent
e6390e34c7
commit
d80f99f78b
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ static inline void mm256_storeu_ps(float *dst, mm256_emu src) {
|
||||||
#define _mm256_storeu_ps(dst, src) mm256_storeu_ps(dst, src)
|
#define _mm256_storeu_ps(dst, src) mm256_storeu_ps(dst, src)
|
||||||
|
|
||||||
|
|
||||||
static inline mm256_emu mm256_setzero_ps() {
|
static inline mm256_emu mm256_setzero_ps(void) {
|
||||||
mm256_emu ret;
|
mm256_emu ret;
|
||||||
ret.lo = _mm_setzero_ps();
|
ret.lo = _mm_setzero_ps();
|
||||||
ret.hi = ret.lo;
|
ret.hi = ret.lo;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue