Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nios2: Remove unnecessary #ifdef guards | Tobias Klauser | 2015-11-09 | 1 | -2/+0 |
| | | | | | | | | | __HAVE_ARCH_MEMMOVE and __HAVE_ARCH_MEMSET are unconditionally defined for nios2, so there is no need to protect the function definitions of memmove() and memset(). Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Acked-by: Ley Foon Tan <lftan@altera.com> | ||||
* | nios2: Library functions | Ley Foon Tan | 2014-12-08 | 1 | -0/+81 |
Add optimised library functions for nios2. Signed-off-by: Ley Foon Tan <lftan@altera.com> |