|
Sound Byte Libs 1ee2ca6
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
|
Integer math utilities for embedded systems. More...
#include <cstdint>Go to the source code of this file.
Classes | |
| class | sbl::core::primitives::math::IntegerMath |
| Integer math utilities optimized for ARM Cortex-M. More... | |
Namespaces | |
| namespace | sbl |
| Root namespace for all Sound Byte Libs functionality. | |
| namespace | sbl::core |
| namespace | sbl::core::primitives |
| namespace | sbl::core::primitives::math |
Integer math utilities for embedded systems.
Provides efficient integer math operations optimized for ARM Cortex-M. No floating point operations - suitable for M0+ without FPU.
Definition in file integer_math.hpp.