bgc-c/basic-geometry-test/tests/complex/complex_reset.h

10 lines
164 B
C

#ifndef _TEST_COMPLEX_RESET_H_
#define _TEST_COMPLEX_RESET_H_
void test_complex_reset_fp32();
void test_complex_reset_fp64();
void test_complex_reset();
#endif