WojciechMula / toys

Storage for my snippets, toy programs, etc.
BSD 2-Clause "Simplified" License
316 stars 38 forks source link

Running the autovectorization tests in 2024 #22

Open appujee opened 2 months ago

appujee commented 2 months ago

Thanks for comparing vectorization tests for C++ standard library routines. Is there a plan to get latest numbers for https://github.com/WojciechMula/toys/tree/master/autovectorization-tests ?

A small nit for clang test is that using -stdlib=libc++ may give better results.

WojciechMula commented 2 months ago

I'm not planning doing this currently, as it's quite time-demanding task. But yeah, it would be nice to see how the compilers improved.