diff options
author | Damjan Marion <damarion@cisco.com> | 2016-10-21 19:30:42 +0200 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2016-10-24 10:00:58 +0000 |
commit | e319de0b0407cd1e0ebc6ad523b9c608499d8c0c (patch) | |
tree | cb08798cc0dfad1d29419f2d3270ea41d00567f2 /vpp-api/java | |
parent | d3b85b0157b7c3f69b4ed58ad9dde67281150b54 (diff) |
vppinfra: clib_memcpy optimization
This patch allows copiler to select which SIMD instructions
will be used for copying 16 and 32 byte block.
Immediate effect of this change will occur in avx2 variants of
graph node functions. So far 128 byte registers were used
even in code optimized for avx2 due to macro nature of
clib_memcpy. With this patch gcc should pick 256 byte registers
in such cases.
Change-Id: I3510ee9b3bf01f3f0a9184e1a3f8e1bd827f8eee
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'vpp-api/java')
0 files changed, 0 insertions, 0 deletions