[Bug target/58928] Different results from gcc when -mlzcnt is used
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jan 17 11:16:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58928
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Intel(R) Xeon(R) CPU E5620 @2.40GHz
is not IvyBridge, plus even IvyBridge doesn't support lzcnt insn, only Haswell
or some recent AMD CPUs. So, this looks like user error, you shouldn't compile
code you intend to run on non-lzcnt CPUs with -mlzcnt.
More information about the Gcc-bugs
mailing list