Created
January 4, 2023 17:17
-
-
Save mdcallag/86219fbe1f246718e0b50ff6a5653aa0 to your computer and use it in GitHub Desktop.
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
CXXFLAGS += -march=armv8-a+crc+crypto | |
CXXFLAGS += -march=native | |
CXXFLAGS += -mcpu=neoverse-512tvb | |
CXXFLAGS += -mcpu=native | |
CXXFLAGS += -march=armv8.5-a+crc+crypto | |
CXXFLAGS += -march=armv8.5-a+crc+crypto -mcpu=neoverse-512tvb | |
CXXFLAGS += <nothing added> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment