8 lines
196 B
C
8 lines
196 B
C
#ifndef VECTOR3_PAIR_DIFFERENCE_INCLUDED
|
|
#define VECTOR3_PAIR_DIFFERENCE_INCLUDED
|
|
|
|
void test_fp32_pair_difference();
|
|
|
|
void test_fp64_pair_difference();
|
|
|
|
#endif // VECTOR3_PAIR_DIFFERENCE_INCLUDED
|