We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add feature to query which x86-64 level one or more instructions are part of, e.g.
$ x86-64-level --group="AES-NI, CLMUL, RDRAND, TXT, MMX, SSE, SSE2, SSE3, SSSE3, SSE4, SSE4.1, SSE4.2, FMA3, AVX, AVX2, TSX" x86-64-v1: SSE, SSE2 x86-64-v2: SSE3, SSE4_1, SSE4_2, SSSE3 x86-64-v3: AVX, AVX2 x86-64-v4: AVX512F, AVX512BW, AVX512CD, AVX512DQ, AVX512VL uncategorized: AES-NI, CLMUL, RDRAND, TXT, MMX, SSSE3, SSE4, SSE4.1, SSE4.2, FMA3, TSX
Comment: We might want to add something like --fuzzy so that SSE4.1 is recognized as SSE4_1.
--fuzzy
SSE4.1
SSE4_1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add feature to query which x86-64 level one or more instructions are part of, e.g.
$ x86-64-level --group="AES-NI, CLMUL, RDRAND, TXT, MMX, SSE, SSE2, SSE3, SSSE3, SSE4, SSE4.1, SSE4.2, FMA3, AVX, AVX2, TSX" x86-64-v1: SSE, SSE2 x86-64-v2: SSE3, SSE4_1, SSE4_2, SSSE3 x86-64-v3: AVX, AVX2 x86-64-v4: AVX512F, AVX512BW, AVX512CD, AVX512DQ, AVX512VL uncategorized: AES-NI, CLMUL, RDRAND, TXT, MMX, SSSE3, SSE4, SSE4.1, SSE4.2, FMA3, TSX
Comment: We might want to add something like
--fuzzy
so thatSSE4.1
is recognized asSSE4_1
.The text was updated successfully, but these errors were encountered: