Commit Graph

15 Commits

Author SHA1 Message Date
David Reid d72e7b1fce "mini_al" to "miniaudio". 2019-03-06 20:42:48 +10:00
David Reid 17be86aa4c Updates profiling and dithering tests. 2018-12-30 11:04:10 +10:00
David Reid f9c406dc4a Merge branch 'dev' of https://github.com/dr-soft/mini_al into dev 2018-05-30 20:58:07 +10:00
David Reid 10f8649258 Small optimizations to f32 -> s16 conversion. 2018-05-30 20:06:09 +10:00
David Reid b419d2eafa Implement NEON optimizations for f32 -> s16 conversion. 2018-05-28 11:16:43 +00:00
David Reid 6b988bbc97 Drop support for AVX and replace with AVX2.
Rationale for this is that it just makes things simpler for integer
operations.
2018-05-27 21:01:19 +10:00
David Reid ef2ad30080 Add AVX optimized f32 -> s16 conversion. 2018-05-27 20:21:41 +10:00
David Reid b2815ccf6b Add SSE2 optimized implementation of f32 -> s16 conversion. 2018-05-27 17:50:56 +10:00
David Reid a52f018776 Update profiling test to account for precision errors. 2018-05-26 16:48:19 +10:00
David Reid 22d7b7403a Initial work on SSE2 optimizations for sample rate conversion. 2018-05-26 16:29:14 +10:00
David Reid 59726df2c2 MAL_IMPLEMENTATION to MINI_AL_IMPLEMENTATION 2018-05-21 20:03:11 +10:00
David Reid b4410ea438 Add NEON profiling test. 2018-04-30 10:41:17 +00:00
David Reid a51be49a5f Add a summary to the profiling test. 2018-04-21 14:58:37 +10:00
David Reid e0d28c16ce Add a simple profiling test. 2018-04-21 13:31:38 +10:00
David Reid 7701dc4e30 Update test and build files. 2018-04-21 12:25:55 +10:00