Sound Byte Libs 1ee2ca6
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
Classes | Namespaces
integer_math.hpp File Reference

Integer math utilities for embedded systems. More...

#include <cstdint>
Include dependency graph for integer_math.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.