Skip to content

Macro KFR_LOOP_NOUNROLL

macro KFR_LOOP_NOUNROLL common

KFR_LOOP_NOUNROLL                                                                                    \
    _Pragma("clang loop vectorize( disable )") _Pragma("clang loop interleave( disable )")                   \
_Pragma("clang loop unroll( disable )")

Fully qualified name: KFR_LOOP_NOUNROLL

Declared at cident.h:571

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.