-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Stdlib] Enable compile time hashing
The only thing that was stopping us from performing compile time hashing was the use of llvm.memset which is not necessary. Replace with a more efficient vectorized memset and add a compile time hashing test. MODULAR_ORIG_COMMIT_REV_ID: 330c93b84aa01aed33cdccbc8624ef5862f4a3da
1 parent
d2701d9
commit bc202fa
Showing
2 changed files
with
19 additions
and
5 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