diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2017-07-20 19:09:21 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2017-07-21 00:22:29 +0000 |
commit | b78e15a3291ef7e3affd8f7174d3d579cbdf875b (patch) | |
tree | ab6b0456c39aad61125ac4fec113a2f2118d035e /profiles/desc | |
parent | dev-python/snappy: version bump (diff) | |
download | gentoo-b78e15a3291ef7e3affd8f7174d3d579cbdf875b.tar.gz gentoo-b78e15a3291ef7e3affd8f7174d3d579cbdf875b.tar.bz2 gentoo-b78e15a3291ef7e3affd8f7174d3d579cbdf875b.zip |
added pclmul flag for x86
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/cpu_flags_x86.desc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/desc/cpu_flags_x86.desc b/profiles/desc/cpu_flags_x86.desc index 3e841fd3a660..63a10e94c3ed 100644 --- a/profiles/desc/cpu_flags_x86.desc +++ b/profiles/desc/cpu_flags_x86.desc @@ -15,6 +15,7 @@ fma4 - Use the Fused Multiply Add 4 instruction set mmx - Use the MMX instruction set mmxext - Use the Extended MMX instruction set (a subset of SSE) ([mmxext] or [sse] in cpuinfo) padlock - Use VIA padlock instructions ([phe] in cpuinfo) +pclmul - Use Carry-less Multiplication instructions ([pclmulqdq] in cpuinfo) popcnt - Enable popcnt instruction support ([abm] or [popcnt] in cpuinfo) sse - Use the SSE instruction set sse2 - Use the SSE2 instruction set |