On Mar 28, 2011, at 1:15 AM, Syoyo Fujita wrote:

> Current implementation uses static inline definition for cmp_XY AVX
> instruction.
> With this clang cannot emit immediate value for 3rd argument where
> immediate value is requested.
> 
> This patch fixes the problem so that clang's codegen correctly emit
> immediate value for 3rd argument.

Please parenthesize all macro arguments (in particular use ", (c))" instead of 
", c)".  Ok with that fix, thanks!

-Chris

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to