8 lines
138 B
C
8 lines
138 B
C
#ifndef _TEST_UTILITIES_IS_ZERO_H_
|
|
#define _TEST_UTILITIES_IS_ZERO_H_
|
|
|
|
int test_bgc_is_zero_fp32();
|
|
|
|
int test_bgc_is_zero_fp64();
|
|
|
|
#endif
|