mirror of
https://github.com/guezoloic/t3dsr.git
synced 2026-01-25 12:34:24 +00:00
feat(mat4): add det function
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
#include "../src/math/mat4.h"
|
||||
#include <stdio.h>
|
||||
|
||||
void config() {
|
||||
#if defined (SIMD_X86)
|
||||
printf("SIMD enabled: X86\n");
|
||||
#elif defined (SIMD_ARCH)
|
||||
printf("SIMD enabled: ARCH\n");
|
||||
#else
|
||||
printf("SIMD disabled\n");
|
||||
#endif
|
||||
}
|
||||
|
||||
int main() {
|
||||
config();
|
||||
}
|
||||
@@ -9,7 +9,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include "../src/math/vec3.h"
|
||||
#include "../src/math/vec4.h"
|
||||
|
||||
#define EPSILON 1e-6f
|
||||
|
||||
|
||||
Reference in New Issue
Block a user