mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 22:41:28 +08:00
i386.opt (mpopcnt): Replace "popcount" instruction with "popcnt" instruction.
2007-04-13 H.J. Lu <hongjiu.lu@intel.com> * config/i386/i386.opt (mpopcnt): Replace "popcount" instruction with "popcnt" instruction. From-SVN: r123786
This commit is contained in:
parent
da97e7ff6f
commit
b194a08cd4
@ -1,3 +1,8 @@
|
||||
2007-04-13 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/i386/i386.opt (mpopcnt): Replace "popcount" instruction
|
||||
with "popcnt" instruction.
|
||||
|
||||
2007-04-13 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/21258
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user