Almost entire thing wide, force inline didn't help perf, prepare to inline

simd manually
This commit is contained in:
Krzosa Karol
2022-07-05 16:22:42 +02:00
parent 6f1b5ae933
commit 5aff90642f
5 changed files with 283 additions and 62 deletions

View File

@@ -25,7 +25,6 @@ const char *profile_scope_names[] = {
struct ProfileState {
U64 samples[5096*32];
S32 pixel_counts[5096*32];
S32 i;
};