summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64/string/bcmp.S
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate a conditional branch and as a side-effect eliminate a branch toalc2005-04-101-5/+4
| | | | | | | | a return instruction. (The latter is discouraged by the Opteron optimization manual because it disables branch prediction for the return instruction.) Reviewed by: bde
* Add machine-specific, optimized implementations of bcmp and memcmp.alc2005-04-081-0/+25
PR: 73111 Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD) MFC after: 3 weeks
OpenPOWER on IntegriCloud