File: test_sum.cpp

package info (click to toggle)
xsimd 14.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,264 kB
  • sloc: cpp: 41,590; sh: 547; makefile: 190; python: 117
file content (4 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (6)
1
2
3
4
#include "test_sum.hpp"
#if XSIMD_WITH_AVX
template float sum::operator()(xsimd::avx, float const*, unsigned);
#endif