aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/amd64/s_llrint.S
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
| | | | Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
* Remove duplicate .note.GNU-stack section declaration.Konstantin Belousov2011-02-041-2/+0
| | | | | | | Reported by: arundel Notes: svn path=/head/; revision=218305
* Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov2011-01-071-0/+2
| | | | Notes: svn path=/head/; revision=217108
* amd64 assembly versions of sqrt(), lrint(), and llrint() using SSE2.David Schultz2005-01-151-0/+6
Notes: svn path=/head/; revision=140275