Set up some infrastructure for SIMD optimized format conversion.

This commit is contained in:
David Reid
2020-02-02 16:58:24 +10:00
parent 9529bfa4a5
commit 71fe5ec59c
2 changed files with 464 additions and 261 deletions
+1
View File
@@ -1,5 +1,6 @@
#include <stdio.h>
#define MA_PREFER_SSE2
#define MA_DEBUG_OUTPUT
#define MINIAUDIO_IMPLEMENTATION
#include "../miniaudio.h"