tilegx: tag __insn_OP builtin issue with gcc bugzilla #

This commit is contained in:
Chris Metcalf 2017-12-05 11:36:26 -05:00
parent de9661d6be
commit c7e882b705
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ static inline uint64_t copy_byte(uint8_t byte)
}
/* Implement the byte vector instructions using extended assembly.
The __insn_OP() builtins are buggy in current compiler versions. */
The __insn_OP() builtins are buggy in the upstream compiler;
see gcc bugzilla 78117. */
#define VECOP(OP) \
static inline uint64_t OP (uint64_t a, uint64_t b) \