diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-02-02 14:21:46 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-02-02 14:21:46 -0500 |
commit | b806f6e95cd917e54884841c8e7928204ecd78f8 (patch) | |
tree | 90b8a7bc9967567ef1c841a38189edd212f14352 /volk/lib/qa_32fc_conjugate_dot_prod_unaligned.h | |
parent | 736874202f15222fa3ec10ceeb1815e8a595ed3a (diff) |
volk: updating to readd unaligned dot product under new name scheme.
Diffstat (limited to 'volk/lib/qa_32fc_conjugate_dot_prod_unaligned.h')
-rw-r--r-- | volk/lib/qa_32fc_conjugate_dot_prod_unaligned.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/volk/lib/qa_32fc_conjugate_dot_prod_unaligned.h b/volk/lib/qa_32fc_conjugate_dot_prod_unaligned.h deleted file mode 100644 index 7aead53a13..0000000000 --- a/volk/lib/qa_32fc_conjugate_dot_prod_unaligned.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef INCLUDED_QA_32FC_CONJUGATE_DOT_PROD_UNALIGNED_H -#define INCLUDED_QA_32FC_CONJUGATE_DOT_PROD_UNALIGNED_H - -#include <cppunit/extensions/HelperMacros.h> -#include <cppunit/TestCase.h> - -class qa_32fc_conjugate_dot_prod_unaligned : public CppUnit::TestCase { - - CPPUNIT_TEST_SUITE (qa_32fc_conjugate_dot_prod_unaligned); - CPPUNIT_TEST (t1); - CPPUNIT_TEST_SUITE_END (); - - private: - void t1 (); -}; - - -#endif /* INCLUDED_QA_32FC_CONJUGATE_DOT_PROD_UNALIGNED_H */ |