Tool to determine what GCC flags -march=native would resolve into
Project description
About
resolve-march-native is a small command line tool to resolve
-march=native
into explicit GCC flags.
Example
$ resolve-march-native --vertical
-march=bonnell
-mno-cx16
--param l1-cache-line-size=64
--param l1-cache-size=24
Usage
$ COLUMNS=80 resolve-march-native --help
usage: resolve-march-native [-h] [--debug] [--gcc COMMAND] [--vertical]
[--keep-identical-mtune] [--keep-mno-flags]
[--add-recommended] [--version]
options:
-h, --help show this help message and exit
--debug enable debugging (default: disabled)
--gcc COMMAND gcc command (default: gcc)
--vertical produce vertical output (default: horizontal output)
--keep-identical-mtune
keep implied -mtune=... despite architecture identical
to -march=... (default: stripped away)
--keep-mno-flags keep -mno-* parameters (default: (superfluous ones)
stripped away)
--add-recommended, -a
add recommended flags (default: not added)
--version show program's version number and exit
Software libre licensed under GPL v2 or later.
Brought to you by Sebastian Pipping <sebastian@pipping.org>.
Please report bugs at https://github.com/hartwork/resolve-march-native/issues — thank you!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
resolve-march-native-5.0.2.tar.gz
(51.3 kB
view hashes)
Built Distribution
Close
Hashes for resolve-march-native-5.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f0bfa4246f6616cad04857ebf861d45b4807ad7a8fe6e6504e33b86bda66d3b |
|
MD5 | d0f35deaf205869a18448974592398c6 |
|
BLAKE2b-256 | dcf4c019def2844a41f4ca79a5194235f2fda57f22e17c9547297e2b38a342bb |
Close
Hashes for resolve_march_native-5.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d71c55adea3664c4d92baa03ef5ef2c66a6f204f6c2aaac472ce29810524f47e |
|
MD5 | 67633f10836846b9d9487685d1ef34f6 |
|
BLAKE2b-256 | c9f6148b1a2b103da26b40d55e8443e5a50e6371ef822722d0741b185bd6b958 |