1 // -*- C++ -*-
2 /** @file */
3 #pragma once
4
5 /*
6
7 vreduce is going from vector accumulator to scalar accumulator
8 from_accumulator is going from scalar accumulator to scalar datatype
9
10
11 */
12
13 #include "q7.hpp"
14 #include "q15.hpp"
15