mirror of
https://github.com/guezoloic/t3dsr.git
synced 2026-01-25 15:34:24 +00:00
feat(vec4.c): add few functions
- vec4f_len - vec4f_norm - vec4f_lerp - vec4f_angle - vec4f_proj - vec4f_dist
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user