How to get unique CFLAGS for your hardware
About
This script will emit CFLAGS that enable features that are available on your hardware, but are absent when you set GCC’s architecture flag.
For example, if you have a Skylake processor, your individual processor might have features enabled on it that are not shared across all Skylake processors. This script will list those differences.
Script
The script below requires the 🧵strs
package in order to use the str
command. Click here for installation instructions.