root / volk / lib / qa_32f_index_max_aligned16.h @ d8031649
History | View | Annotate | Download (414 Bytes)
| 1 | #ifndef INCLUDED_QA_32F_INDEX_MAX_ALIGNED16_H
|
|---|---|
| 2 | #define INCLUDED_QA_32F_INDEX_MAX_ALIGNED16_H
|
| 3 | |
| 4 | #include <cppunit/extensions/HelperMacros.h> |
| 5 | #include <cppunit/TestCase.h> |
| 6 | |
| 7 | class qa_32f_index_max_aligned16 : public CppUnit::TestCase {
|
| 8 | |
| 9 | CPPUNIT_TEST_SUITE (qa_32f_index_max_aligned16); |
| 10 | CPPUNIT_TEST (t1); |
| 11 | CPPUNIT_TEST_SUITE_END (); |
| 12 | |
| 13 | private:
|
| 14 | void t1 ();
|
| 15 | }; |
| 16 | |
| 17 | |
| 18 | #endif /* INCLUDED_QA_32F_INDEX_MAX_ALIGNED16_H */ |