Remove lzcnt instruction usage. (#151)

This commit is contained in:
Skyth (Asilkan) 2025-01-23 15:18:19 +03:00 committed by GitHub
parent e10eb80e38
commit b4de79720c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 5 deletions

View file

@ -1,8 +1,6 @@
project("UnleashedRecompLib")
add_compile_options(
-march=sandybridge
-mlzcnt
-fno-strict-aliasing
)