diff options
Diffstat (limited to 'sysdeps/tile/wordcopy.c')
-rw-r--r-- | sysdeps/tile/wordcopy.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/tile/wordcopy.c b/sysdeps/tile/wordcopy.c index 2f93e5a5d1..027a4d6be6 100644 --- a/sysdeps/tile/wordcopy.c +++ b/sysdeps/tile/wordcopy.c @@ -31,11 +31,7 @@ /* Provide the appropriate dblalign builtin to shift two registers based on the alignment of a pointer held in a third register. */ -#ifdef __tilegx__ #define DBLALIGN __insn_dblalign -#else -#define DBLALIGN __insn_dword_align -#endif /* _wordcopy_fwd_aligned -- Copy block beginning at SRCP to block beginning at DSTP with LEN `op_t' words (not LEN bytes!). |