10 lines
164 B
C
10 lines
164 B
C
#ifndef _TEST_VECTOR2_RESET_H_
|
|
#define _TEST_VECTOR2_RESET_H_
|
|
|
|
void test_vector2_reset_fp32();
|
|
|
|
void test_vector2_reset_fp64();
|
|
|
|
void test_vector2_reset();
|
|
|
|
#endif
|