about summary refs log tree commit diff
path: root/src/math/i386/scalbln.s
Commit message (Collapse)AuthorAgeFilesLines
* asm for scalbn familyRich Felker2012-03-191-0/+1
unlike some implementations, these functions perform the equivalent of gcc's -ffloat-store on the result before returning. this is necessary to raise underflow/overflow/inexact exceptions, perform the correct rounding with denormals, etc.