From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ravi Kerur Subject: [PATCH v2] Clean up rte_memcpy.h Date: Mon, 20 Apr 2015 13:32:28 -0700 Message-ID: <1429561948-11777-1-git-send-email-rkerur@gmail.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" This version contains changes for removing unnecessary typecasting only. Backing out remaining changes i.e. loop-unrolling. Though loop-unrolling makes sense from more space/less time perspective, code generated by GCC 4.8.2 with "gcc -O3 -mavx -s" and "gcc -O3 -m64 -s" for loop of 2, 4 and 8 iterations are same and "memcpy perf" from "make test" reveals similar results for "with and without loop". Will investigate this later. Ravi Kerur (1): Clean up rte_memcpy.h file .../common/include/arch/x86/rte_memcpy.h | 340 +++++++++++---------- 1 file changed, 175 insertions(+), 165 deletions(-) -- 1.9.1