-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vectorize min/max_element
using SSE4.1 for floats
#3928
Commits on Aug 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cd7420a - Browse repository at this point
Copy the full SHA cd7420aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80b561c - Browse repository at this point
Copy the full SHA 80b561cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86b3100 - Browse repository at this point
Copy the full SHA 86b3100View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55c5add - Browse repository at this point
Copy the full SHA 55c5addView commit details -
Configuration menu - View commit details
-
Copy full SHA for c88fe9a - Browse repository at this point
Copy the full SHA c88fe9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f70406 - Browse repository at this point
Copy the full SHA 8f70406View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52c8191 - Browse repository at this point
Copy the full SHA 52c8191View commit details -
Configuration menu - View commit details
-
Copy full SHA for af9c9b5 - Browse repository at this point
Copy the full SHA af9c9b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff97c5b - Browse repository at this point
Copy the full SHA ff97c5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90b7999 - Browse repository at this point
Copy the full SHA 90b7999View commit details -
Configuration menu - View commit details
-
Copy full SHA for 568a793 - Browse repository at this point
Copy the full SHA 568a793View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f2a635 - Browse repository at this point
Copy the full SHA 7f2a635View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6b24a9 - Browse repository at this point
Copy the full SHA f6b24a9View commit details
Commits on Aug 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 91ed8a3 - Browse repository at this point
Copy the full SHA 91ed8a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46baf22 - Browse repository at this point
Copy the full SHA 46baf22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83d208f - Browse repository at this point
Copy the full SHA 83d208fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1be219f - Browse repository at this point
Copy the full SHA 1be219fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99b1746 - Browse repository at this point
Copy the full SHA 99b1746View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58fc6b9 - Browse repository at this point
Copy the full SHA 58fc6b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb388ad - Browse repository at this point
Copy the full SHA eb388adView commit details
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5efca15 - Browse repository at this point
Copy the full SHA 5efca15View commit details
Commits on Oct 26, 2023
-
Merge remote-tracking branch 'upstream/main' into guess_whos_back
# Conflicts: # stl/src/vector_algorithms.cpp
Configuration menu - View commit details
-
Copy full SHA for 6e90c6c - Browse repository at this point
Copy the full SHA 6e90c6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8249aa5 - Browse repository at this point
Copy the full SHA 8249aa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7404970 - Browse repository at this point
Copy the full SHA 7404970View commit details
Commits on Nov 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b8c61d2 - Browse repository at this point
Copy the full SHA b8c61d2View commit details
Commits on Dec 25, 2023
-
Merge remote-tracking branch 'upstream/main' into guess_whos_back
# Conflicts: # stl/inc/algorithm # stl/inc/xutility
Configuration menu - View commit details
-
Copy full SHA for e6cf685 - Browse repository at this point
Copy the full SHA e6cf685View commit details -
Merge branch 'guess_whos_back' of https://github.com/AlexGuteniev/STL …
…into guess_whos_back
Configuration menu - View commit details
-
Copy full SHA for 33834c3 - Browse repository at this point
Copy the full SHA 33834c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0867f8 - Browse repository at this point
Copy the full SHA b0867f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce7cdc1 - Browse repository at this point
Copy the full SHA ce7cdc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e87e91 - Browse repository at this point
Copy the full SHA 9e87e91View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 99fb9c7 - Browse repository at this point
Copy the full SHA 99fb9c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43f7d92 - Browse repository at this point
Copy the full SHA 43f7d92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83035c0 - Browse repository at this point
Copy the full SHA 83035c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30b8748 - Browse repository at this point
Copy the full SHA 30b8748View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2b3320 - Browse repository at this point
Copy the full SHA d2b3320View commit details -
Configuration menu - View commit details
-
Copy full SHA for eef60ce - Browse repository at this point
Copy the full SHA eef60ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00ba973 - Browse repository at this point
Copy the full SHA 00ba973View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9a76e4 - Browse repository at this point
Copy the full SHA e9a76e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e17d05 - Browse repository at this point
Copy the full SHA 3e17d05View commit details -
Enable warnings when building the benchmarks.
* Start with the usual: `/diagnostics:caret /W4 /WX` * I'm enabling the same off-by-default warnings as the STL's build (C4265 (non-virtual dtor), C5038 (data member init order)) and adding C5262 (implicit fallthrough). * Finally, let's add `/utf-8` in case we ever benchmark `<format>`.
Configuration menu - View commit details
-
Copy full SHA for 40ca00b - Browse repository at this point
Copy the full SHA 40ca00bView commit details -
Configuration menu - View commit details
-
Copy full SHA for af4df71 - Browse repository at this point
Copy the full SHA af4df71View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf79787 - Browse repository at this point
Copy the full SHA bf79787View commit details -
Revert enabling warnings for benchmarks.
Keep the fix within minmax_element.cpp, though.
Configuration menu - View commit details
-
Copy full SHA for 358dd22 - Browse repository at this point
Copy the full SHA 358dd22View commit details