mohabouje / eDSP

A cross-platform DSP library written in C++ 11/14. This library harnesses the power of C++ templates to implement a complete set of DSP algorithms.

Home Page:https://mohabouje.github.io/edsp-docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modify!

todo opened this issue · comments

commented

eDSP/c/include/types.h

Lines 37 to 42 in 67727cd

// TODO: modify!
#define ENABLE_SINGLE 1
#ifdef ENABLE_SINGLE
typedef float real_t;
#else


This issue was generated by todo based on a TODO comment in 67727cd. It's been assigned to @mohabouje because they committed the code.