summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-05-01 16:44:02 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2017-05-07 23:10:51 +0700
commite604ee39cff121fdb2c6946a230bc2374929b35b (patch)
tree6f39db33ab54f5f8b23818416ef48aa4b1ca7a53 /m4
parent409e897df56b62b8282d54e759e2f30f0476ab12 (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 'm4')
0 files changed, 0 insertions, 0 deletions