Open ghost opened 2 years ago
where can i download the avx2 version? thanks.
I removed the support for enhanced instruction set completely.
Hello @enihcam , When I read issues #1713 and #2022, I think that building an AVX2 version is not on the agenda for now? 🤔
Hello @enihcam ,
However, you are free to fork Notepad3 and compile an AXV2 version with the parameter: /arch:AVX2
Also Visual Studio 2022 has in the Property Pages an Enhanced Parameter for AVX2 (/arch:AVX2
).
Could also use some profiling to check bottlenecks.
notepad2 releases a version of AVX2, which is faster with the new cpu features. I hope that notepad3 can also compile such a version to speed up files processing. Thanks!