10 lines
159 B
C
10 lines
159 B
C
#ifndef _TEST_COMPLEX_SWAP_H_
|
|
#define _TEST_COMPLEX_SWAP_H_
|
|
|
|
void test_complex_swap_fp32();
|
|
|
|
void test_complex_swap_fp64();
|
|
|
|
void test_complex_swap();
|
|
|
|
#endif
|