-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config: disable FSRM fd_memcpy by default
As of 2024-Apr FSRM is almost certainly slower on AMD Zen 2,3. (the architecture primarily run by the validator community) We also expect a sizable part of the community to use the native Make profile. It is therefore preferable to disable FSRM by default and use the compiler's __builtin_memcpy instead. Furthermore, most security tools (ASan, CBMC) offer less protection with the FSRM backend instead of __builtin_memcpy. Keep FSRM enabled for Icelake targets.
- Loading branch information
1 parent
540caa1
commit a18fe01
Showing
3 changed files
with
9 additions
and
7 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