mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-07-02 01:29:59 +00:00

GCC 11 will support x86_64 micro-architecture feature levels. What we really want to support is nehalem or newer, which is x86-64-v2, and specifying this instead of nehalem means that we are not tuning for nehalem specifically.