mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-25 23:39:37 -05:00
Add complex32_t type.
This commit is contained in:
parent
dc86db5b87
commit
ccc3402869
@ -30,5 +30,6 @@
|
|||||||
using buffer_c8_t = buffer_t<complex8_t>;
|
using buffer_c8_t = buffer_t<complex8_t>;
|
||||||
using buffer_c16_t = buffer_t<complex16_t>;
|
using buffer_c16_t = buffer_t<complex16_t>;
|
||||||
using buffer_s16_t = buffer_t<int16_t>;
|
using buffer_s16_t = buffer_t<int16_t>;
|
||||||
|
using buffer_c32_t = buffer_t<complex32_t>;
|
||||||
|
|
||||||
#endif/*__DSP_TYPES_H__*/
|
#endif/*__DSP_TYPES_H__*/
|
||||||
|
Loading…
Reference in New Issue
Block a user