benchmarksgame-rs
                                
                                 benchmarksgame-rs copied to clipboard
                                
                                    benchmarksgame-rs copied to clipboard
                            
                            
                            
                        Update for SIMD stabilization?
Is this the repo that's currently being used for https://benchmarksgame-team.pages.debian.net/benchmarksgame/faster/rust.html ? If so, are there planned updates given the recent SIMD stabilization?
Yes, this is (mostly) the repo. We haven't yet found the time to write up SIMD versions of the benchmarks yet, though. Feel free if you want to help.
Update: My fannkuch_redux SIMD implementation was thrown out (to avoid a SIMD arms race on that benchmark). I have an idea for a different non-SIMD implementation, though. I also have an SIMD spectralnorm implementation, although the current autovectorized one I recently built is already plenty fast.
I may try n_body (after failing with autovectorization because of differences between CPUs) again later, perhaps Mandelbrot, although I see little gains to be made.
My fannkuch_redux SIMD implementation was thrown out (to avoid a SIMD arms race on that benchmark).
Are there any details on this?