Is there any advantage to using the AVX2 version instead of the legacy x64? #713
Closed
MagicalDrizzle
started this conversation in
General
Replies: 3 comments
-
AVX2 version is faster for large file, you can search |
Beta Was this translation helpful? Give feedback.
0 replies
-
I see, then is there any difference between the compilers used? (gcc/msvc19/22/clang etc) |
Beta Was this translation helpful? Give feedback.
0 replies
-
The obvious difference is binary size (MSVC produces small binary than Clang/GCC), speed differences is not measured. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems the only difference is AVX2 requires Haswell+/Excavator+ and Windows 7+
Is there any performance difference?
Beta Was this translation helpful? Give feedback.
All reactions