DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
AVXAbsRunSumProcessor.hpp
Go to the documentation of this file.
1
10
11#ifndef TPGLIBS_AVXABSRUNSUMPROCESSOR_HPP_
12#define TPGLIBS_AVXABSRUNSUMPROCESSOR_HPP_
13
14namespace tpglibs {
15
21 public:
27 __m256i process(const __m256i& signal) override;
28};
29
30} // namespace tpglibs
31
32#endif // TPGLIBS_AVXABSRUNSUMPROCESSOR_HPP_
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.