Avoid compiler error.

This commit is contained in:
wb2osz 2020-10-26 20:41:49 -04:00
parent fb888577fb
commit 512e8f88a9
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,7 @@
/* No benefit for regular PC. */
/* Should help with microcomputer platform. */
#if 0 // not using anymore
__attribute__((hot)) __attribute__((always_inline))
static inline float z (float x, float y)
{
@ -81,6 +81,7 @@ static inline float z (float x, float y)
return (y * .941246f + x * .41f);
}
}
#endif
/* Add sample to buffer and shift the rest down. */