DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <immintrin.h>
#include <fmt/core.h>
#include <fmt/ranges.h>
#include <array>
Go to the source code of this file.
Namespaces | |
namespace | tpglibs |
Functions | |
__m256i | tpglibs::_mm256_div_epi16 (const __m256i &va, const int16_t &b) |
Hack-ish AVX division function. | |
void | tpglibs::_mm256_print_epi16 (const __m256i &input) |
AVX printing function. | |
Definition in file AVXUtils.hpp.