This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: x86/x86-64: Support Intel MNI intrinsics
On Jul 14, 2006, at 11:09 AM, H. J. Lu wrote:
On Thu, Jul 13, 2006 at 06:36:37PM -0700, Ian Lance Taylor wrote:
This is gcc specific code and is permitted to use gcc extensions.
So,
what if you use __attribute__ ((always_inline))?
__attribute__ ((always_inline)) was used when I got the error with -
O0.
I think the issue is that a constant to a parameter to an inline
function, while it is constant, can't be used on asms that require a
constant as the parameter is a variable.