kfr

Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
Log | Files | Refs | README

commit 9da23c48b8490ba2f1262fa6d296b47e4fb44ebc
parent b2a2040ed32e4ea1523a6af67752f794f5646798
Author: d.levin256@gmail.com <d.levin256@gmail.com>
Date:   Wed,  3 Aug 2022 19:00:29 +0100

CMT_PRAGMA

Diffstat:
Minclude/kfr/cident.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/kfr/cident.h b/include/kfr/cident.h @@ -576,6 +576,8 @@ extern char* gets(char* __s); #endif #endif +#define CMT_PRAGMA(...) _Pragma(#__VA_ARGS__) + #if defined(CMT_GNU_ATTRIBUTES) #define CMT_FAST_CC __attribute__((fastcall)) #define CMT_UNUSED __attribute__((unused))