This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Correct x86 -mpopcnt message


The instruction for popcount built-ins is popcnt, not popcount. This
patch corrects it.


H.J.
----
2007-04-12  H.J. Lu  <hongjiu.lu@intel.com>

	* config/i386/i386.opt (mpopcnt): Replace "popcount" instruction
	with "popcnt" instruction.

--- gcc/config/i386/i386.opt.popcnt	2007-04-06 06:28:42.000000000 -0700
+++ gcc/config/i386/i386.opt	2007-04-12 11:55:09.000000000 -0700
@@ -209,7 +209,7 @@ Support MMX, SSE, SSE2, SSE3 and SSE4A b
 
 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]