10 lines
154 B
C
10 lines
154 B
C
#ifndef _TEST_VERSOR_SWAP_H_
|
|
#define _TEST_VERSOR_SWAP_H_
|
|
|
|
void test_versor_swap_fp32();
|
|
|
|
void test_versor_swap_fp64();
|
|
|
|
void test_versor_swap();
|
|
|
|
#endif
|