eal: move arch-specific C files
[dpdk.git] / lib / librte_eal / common / include / arch / x86 / rte_memcpy.h
2019-06-13 Maxime Coquelineal/x86: force inlining of all memcpy and mov helpers
2018-05-22 Andy Greeneal/x86: fix type of variable in memcpy function
2018-04-18 Junjie Cheneal/x86: force inlining of memcpy sub-functions
2018-01-16 Adrien Mazarguillib: fix missing includes in exported headers
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-11-07 Xiaoyun Lieal/x86: revert select optimized memcpy at run-time
2017-10-13 Xiaoyun Lieal/x86: select optimized memcpy at run-time
2017-06-06 Jerin Jacobeal: introduce macro for always inline
2017-01-17 Zhihong Wangeal: optimize aligned memcpy on x86
2016-09-13 Adrien Mazarguillib: work around braced-groups within expressions
2016-06-15 Zhihong Wangeal/x86: improve memcpy performance
2016-02-04 Zhihong Wangeal/x86: fix build with clang for old AVX
2016-01-28 Michael Qiueal/x86: fix build with gcc 5.3.1
2016-01-27 Zhihong Wangeal/x86: tune memcpy for platforms without AVX512
2016-01-27 Zhihong Wangeal/x86: optimize memcpy for AVX512 platforms
2015-03-20 Konstantin Ananyeveal/x86: move header file for vector instructions
2015-03-16 Thomas Monjaloneal: fix build with icc and gcc < 4.4
2015-03-09 Michael Qiueal/x86: fix integer cast in memcpy
2015-03-09 Zhihong Wangeal/x86: fix strict aliasing rules
2015-02-25 Zhihong Wangeal/x86: optimize memcpy for SSE and AVX
2014-12-16 Pawel Wodkowskieal: fix unused value warning in memcpy macro
2014-11-05 David Marchandeal: factorize x86 headers