Extract complex16_mag_squared_to_dbv_norm to utility.

This commit is contained in:
Jared Boone 2015-08-04 12:03:10 -07:00
parent d855336985
commit efaf13d2d1
3 changed files with 10 additions and 7 deletions

View file

@ -65,6 +65,8 @@ static inline void clear_m4_flag_saturation() {
#endif
float complex16_mag_squared_to_dbv_norm(const float c16_mag_squared);
/* Override new/delete to use Chibi/OS heap functions */
/* NOTE: Do not inline these, it doesn't work. ;-) */
void* operator new(size_t size);