Продолжение переименования типов и функций

This commit is contained in:
Andrey Pokidov 2025-01-14 19:25:04 +07:00
parent 605afabd94
commit 3b6efaafa9
25 changed files with 768 additions and 916 deletions

View file

@ -5,12 +5,12 @@
int test_fp32_vector2();
int test_fp32_vector2_square_modulus();
int test_vector2_fp32_square_modulus();
int test_fp32_vector2_modulus();
int test_vector2_fp32_modulus();
int test_fp32_vector2_add();
int test_vector2_fp32_add();
int test_fp32_vector2_subtract();
int test_vector2_fp32_subtract();
#endif