Skip to content

libpopcnt-2.5

Compare
Choose a tag to compare
@kimwalisch kimwalisch released this 11 Aug 09:58
· 79 commits to master since this release
  • On x86/x64 runtime CPUID checks are now removed if the user compiles his code with e.g. -march=native (or -mavx512bw).
  • On CPU architectures that support unaligned memory accesses, stop aligning memory as it causes branch mispredictions which significantly deteriorate performance for small array sizes.