diff test/test.cc @ 37:4b5a557aa64f

*: turns out extern is a practical joke. rewrite to be always inline again the sample benchmark performs about 3x as well with optimizations disabled :)
author Paper <paper@tflc.us>
date Sat, 26 Apr 2025 01:04:35 -0400
parents 41dd962abdd1
children
line wrap: on
line diff
--- a/test/test.cc	Fri Apr 25 17:40:55 2025 -0400
+++ b/test/test.cc	Sat Apr 26 01:04:35 2025 -0400
@@ -1,4 +1,3 @@
-#define VEC_IMPLEMENTATION
 #include "vec/vec.h"
 
 #include <iostream>
@@ -24,4 +23,4 @@
 			ret |= 1;
 
 	return ret;
-}
\ No newline at end of file
+}