diff options
Diffstat (limited to 'soft-fp/op-common.h')
-rw-r--r-- | soft-fp/op-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soft-fp/op-common.h b/soft-fp/op-common.h index dbc107773e..d87ffaf131 100644 --- a/soft-fp/op-common.h +++ b/soft-fp/op-common.h @@ -1553,7 +1553,7 @@ do { \ #ifndef __FP_CLZ /* GCC 3.4 and later provide the builtins for us. */ -#define __FP_CLZ(r, x) \ +# define __FP_CLZ(r, x) \ do { \ if (sizeof (_FP_W_TYPE) == sizeof (unsigned int)) \ r = __builtin_clz (x); \ |