summaryrefslogtreecommitdiff
path: root/volk/lib/qa_16s_permute_and_scalar_add_aligned16.h
blob: 3643aeef66fa58a4fd960fa3b8d21a6bd0b7648f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef INCLUDED_QA_16S_PERMUTE_AND_SCALAR_ADD_ALIGNED16_H
#define INCLUDED_QA_16S_PERMUTE_AND_SCALAR_ADD_ALIGNED16_H

#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/TestCase.h>

class qa_16s_permute_and_scalar_add_aligned16 : public CppUnit::TestCase {

  CPPUNIT_TEST_SUITE (qa_16s_permute_and_scalar_add_aligned16);
  CPPUNIT_TEST (t1);
  CPPUNIT_TEST_SUITE_END ();

 private:
  void t1 ();
};


#endif /* INCLUDED_QA_16S_PERMUTE_AND_SCALAR_ADD_ALIGNED16_H */