Добавлены функции swap, shorten и exclude для версоров / Functions swap, shorten and exclude have been added for versors

This commit is contained in:
Andrey Pokidov 2024-11-27 01:39:24 +07:00
parent 081f794eb1
commit 5d4472150b
3 changed files with 172 additions and 16 deletions

View file

@ -173,7 +173,9 @@ int main()
#endif // _WIN64
for (int j = 0; j < 1000; j++) {
for (unsigned int i = 0; i < amount; i++) {
bg_fp32_versor_combine(&versors1[i], &versors2[i], &results[i]);
bg_fp32_versor_shorten(&versors1[i]);
bg_fp32_versor_shorten(&versors2[i]);
//bg_fp32_versor_combine(&versors1[i], &versors2[i], &results[i]);
}
}