Re: [PATCH] Delete x86 string functions

2023-01-17 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le mar. 17 janv. 2023 00:11:16 -0500, a ecrit: > The i386 functions are not used and the more portable versions in > kern/strings.c > are faster (1-4x faster in synthetic benchmarks compiled with -O2 on my > x86_64 box). > --- > i386/i386/strings.c | 54 ---

[PATCH] Delete x86 string functions

2023-01-16 Thread Flavio Cruz
The i386 functions are not used and the more portable versions in kern/strings.c are faster (1-4x faster in synthetic benchmarks compiled with -O2 on my x86_64 box). --- i386/i386/strings.c | 54 - 1 file changed, 54 deletions(-) diff --git a/i386/i386