User contributions for DahMainahGaimah

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

22 November 2024

21 November 2024

  • 23:3423:34, 21 November 2024 diff hist −507 m Optimizing DLLsRemoved "Loop unrolling" section. There's no setting to control this behavior, and modern compilers are intelligent enough to automate loop unrolling / vectorization, so we shouldn't potentially confuse inexperienced programmers into doing it themselves.
  • 23:0723:07, 21 November 2024 diff hist +290 m Optimizing DLLsModernized the CPU targeting section, which previously only recommended SSE2 extensions. AVX2 has been around for a decade at time of writing, so it's quite safe to compile for older hardware.
  • 20:1520:15, 21 November 2024 diff hist −411 m Optimizing DLLsRemoved the "Optimize for Processor" section. According to "https://learn.microsoft.com/en-us/previous-versions/h4bcz65t(v=vs.100)?redirectedfrom=MSDN", all /G compiler flags have been deprecated since 2005.