summaryrefslogtreecommitdiffstats
path: root/libc/string/sh64/memset.S
Commit message (Collapse)AuthorAgeFilesLines
* - use c89-style commentsBernhard Reutner-Fischer2008-10-031-14/+15
| | | | Closes issue #5194
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-6/+5
| | | | missing headers, other jump relocs removed
* Use strong_alias everywhere instead of .global/.set. Correct some cases ↵Peter S. Mazinger2006-01-031-2/+3
| | | | where the non-hidden version was used.
* Fixup byte order handling. Not all architectures define __BIG_ENDIAN__ so i.e.Eric Andersen2005-12-141-1/+3
| | | | | | on big endian mips the code is compiled as little-endian and the wrong half of the 64-bit point value is examined to check for NaN, etc. This bug also broke fpclassify(), isfinite(), isnormal(), isinf(), finite(), and signbit().
* Add hidden versionsPeter S. Mazinger2005-11-121-4/+6
|
* Patch from Paul Mundt <lethal@linux-sh.org>:Eric Andersen2003-12-171-0/+92
The subject says it all.. optimized memset/memcpy/strcpy, lifted from SuperH's glibc tree.