10 lines
178 B
C
10 lines
178 B
C
#ifndef _TEST_VERSOR_COMBINE_H_
|
|
#define _TEST_VERSOR_COMBINE_H_
|
|
|
|
int test_bgc_versor_combine_fp32();
|
|
|
|
int test_bgc_versor_combine_fp64();
|
|
|
|
int test_bgc_versor_combine();
|
|
|
|
#endif
|