11#ifndef TPGLIBS_AVXABSRUNSUMPROCESSOR_HPP_
12#define TPGLIBS_AVXABSRUNSUMPROCESSOR_HPP_
27 __m256i
process(
const __m256i& signal)
override;
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.
AVX signal processor: Calculates the running sum of the signal.