8 lines
134 B
C
8 lines
134 B
C
#ifndef _TEST_VERSOR_COPY_H_
|
|
#define _TEST_VERSOR_COPY_H_
|
|
|
|
int test_bgc_versor_copy_fp32();
|
|
|
|
int test_bgc_versor_copy_fp64();
|
|
|
|
#endif
|