-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib/x86/adler32: remove the AVX-512BW implementation
This code doesn't seem worthwhile to keep around, given that using zmm registers incurs a frequency drop. On some CPU models, it is a very substantial drop. So it might seem worthwhile in microbenchmarks, but the benefit is lost by the effect on other workloads. Also in Alder Lake, Intel is removing AVX-512 from client CPUs. There's also room for improvement in the AVX-2 implementation. This code could come back later, but let's drop it for now.
- Loading branch information
Showing
5 changed files
with
4 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters