10 lines
156 B
C
10 lines
156 B
C
#ifndef _TEST_VERSOR_RESET_H_
|
|
#define _TEST_VERSOR_RESET_H_
|
|
|
|
int test_versor_reset_fp32();
|
|
|
|
int test_versor_reset_fp64();
|
|
|
|
int test_versor_reset();
|
|
|
|
#endif
|