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] |
On Thu, Jul 09, 2009 at 02:03:01PM -0300, Daniel Gutson wrote:Sorry guys, I'm not sure I understand your point.
ctz is not an ARM instruction, that's why __builtin_ctz is implemented using other existing instructions (rbit, clz).
Is that what you are referring to?
Then what's this for?
+/* { dg-final { scan-assembler "ctz" } } */
-- Daniel Gutson CodeSourcery www.codesourcery.com
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |