Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2010-08-03 Craig Howland <howland@LGSInnovations.com> | Jeff Johnston | 2010-08-03 | 1 | -2/+18 |
| | | | | | | | | | * libm/common/s_lrint.c (lrint): Annotate shift operations with possible shift amount ranges, and use SAFE_RIGHT_SHIFT to avoid undefined behaviour. * libm/common/s_llrint.c (llrint): Likewise. * libm/common/s_lround.c (lround): Correct some comments on ranges. * libm/common/s_llround.c (llround): Likewise. | ||||
* | 2009-04-03 Craig Howland <howland@LGSInnovations.com> | Jeff Johnston | 2009-04-03 | 1 | -0/+108 |
* libm/common/s_llrint.c: New file, implementing llrint(). * libm/common/sf_llrint.c: New file, implementing llrintf(). * libm/common/Makefile.am: Add s_llrint.c (src); sf_llrint.c (fsrc). * libm/common/Makefile.in: Regenerate. |