diff options
author | Vadim Yanitskiy <axilirator@gmail.com> | 2017-05-01 16:44:02 +0700 |
---|---|---|
committer | Vadim Yanitskiy <axilirator@gmail.com> | 2017-05-07 23:10:51 +0700 |
commit | e604ee39cff121fdb2c6946a230bc2374929b35b (patch) | |
tree | 6f39db33ab54f5f8b23818416ef48aa4b1ca7a53 /src/msgfile.c | |
parent | 409e897df56b62b8282d54e759e2f30f0476ab12 (diff) |
core/conv: strip unused memalign() call
The alligned memory allocation is only required for SSE, which
is currently unsupported. Moreover, it's better to use dedicated
_mm_malloc() and _mm_free() from xmmintrin.h instead, which are
introduced by Intel specifically for SIMD computations.
Change-Id: Ide764d1c643527323334ef14335be7f8915f7622
Diffstat (limited to 'src/msgfile.c')
0 files changed, 0 insertions, 0 deletions