#define REGISTER_AVXPROCESSOR_CREATOR(processor_name, processor_class)
Factory registration macro.
AVX signal processor: Calculates the running sum of the signal's absolute value.
__m256i process(const __m256i &signal) override
Calculate and store the running sum with absolute values.
__m256i process(const __m256i &signal) override
Calculate and store the running sum.