Sound Byte Libs 29c5ff3
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:

Go to the source code of this file.

Classes

class  sbl::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::primitives
 Essential data structures and algorithms.
 
namespace  sbl::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.