16 lines
255 B
C
16 lines
255 B
C
#ifndef _TEST_VECTOR2_H_
|
|
#define _TEST_VECTOR2_H_
|
|
|
|
#include "./../helpers.h"
|
|
/*
|
|
int test_fp32_vector2();
|
|
|
|
int test_vector2_fp32_square_modulus();
|
|
|
|
int test_vector2_fp32_modulus();
|
|
|
|
int test_vector2_add_fp32();
|
|
|
|
int test_vector2_subtract_fp32();
|
|
*/
|
|
#endif
|