From: H.J. Lu Date: Fri, 13 Apr 2007 13:28:39 +0000 (+0000) Subject: i386.opt (mpopcnt): Replace "popcount" instruction with "popcnt" instruction. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b194a08cd4958583487e0b97994e83b1acda768a;p=platform%2Fupstream%2Fgcc.git i386.opt (mpopcnt): Replace "popcount" instruction with "popcnt" instruction. 2007-04-13 H.J. Lu * config/i386/i386.opt (mpopcnt): Replace "popcount" instruction with "popcnt" instruction. From-SVN: r123786 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 825f044..4029fbd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-04-13 H.J. Lu + + * config/i386/i386.opt (mpopcnt): Replace "popcount" instruction + with "popcnt" instruction. + 2007-04-13 Richard Guenther PR tree-optimization/21258 diff --git a/gcc/config/i386/i386.opt b/gcc/config/i386/i386.opt index 59b7bfe..8bab377 100644 --- a/gcc/config/i386/i386.opt +++ b/gcc/config/i386/i386.opt @@ -209,7 +209,7 @@ Support MMX, SSE, SSE2, SSE3 and SSE4A built-in functions and code generation mpopcnt Target Report Mask(POPCNT) -Support code generation of popcount instruction for popcount built-ins +Support code generation of popcnt instruction for popcount built-ins namely __builtin_popcount, __builtin_popcountl and __builtin_popcountll mabm