Re: [PATCH 0/3] libcpp: improve x86 vectorized helpers

2024-08-06 Thread Andi Kleen
> Andi, can you push your own patch?). Done. -Andi

[PATCH 0/3] libcpp: improve x86 vectorized helpers

2024-08-06 Thread Alexander Monakov
Hello! As discussed, I'm sending patches that reimplement our SSE4.2 search_line_fast helper with SSSE3, and then add the corresponding AVX2 helper. They are on top of Andi's "Remove MMX code path in lexer" patch, which was approved, but not committed yet (Andi, can you push your own patch?). App