Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add flags to enable x86-64-v2 support
Summary: Intel hosts without this diff are running into an issue where standard linux binaries are saying the following: ``` $ hermit run date Fatal glibc error: CPU does not support x86-64-v2 ``` This is unlike the AMD hosts because the AMD hosts do not actually properly intercept cpuid instructions (another issue we should deal with...). So they have this feature enabled since it's the equivalent of `no-virtualize-cpuid`. Looking online, it seems like we need to just enable the flags required to support that architectural level. More details in #49 (comment) Reviewed By: jasonwhite Differential Revision: D55874608 fbshipit-source-id: 619116fe2f3a9d0bcfd667f1c6db26c031cee640
- Loading branch information