feat(vec4.c): add few functions

- vec4f_len
- vec4f_norm
- vec4f_lerp
- vec4f_angle
- vec4f_proj
- vec4f_dist
This commit is contained in:
2025-06-22 19:29:45 +02:00
parent bc39653a2a
commit a206ccce6e
3 changed files with 75 additions and 66 deletions

View File

@@ -6,6 +6,7 @@
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <float.h>
#if defined(__x86_64__) || defined(__i386__)
#define SIMD_X86