Page MenuHomeFreeBSD

Use __builtin_clzll in __floatditf and __floatunditf
ClosedPublic

Authored by andrew on Aug 13 2015, 10:49 AM.
Tags
None
Referenced Files
F153164271: D3375.id.diff
Sun, Apr 19, 1:32 PM
F153085807: D3375.id7945.diff
Sun, Apr 19, 1:16 AM
F153081189: D3375.id7922.diff
Sun, Apr 19, 12:22 AM
Unknown Object (File)
Fri, Apr 17, 7:35 AM
Unknown Object (File)
Thu, Apr 9, 7:14 PM
Unknown Object (File)
Mon, Apr 6, 11:06 PM
Unknown Object (File)
Sat, Apr 4, 10:30 PM
Unknown Object (File)
Fri, Apr 3, 2:12 AM
Subscribers

Details

Summary

The input types are long long so __builtin_clz will produce incorrect values.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

andrew retitled this revision from to Use __builtin_clzll in __floatditf and __floatunditf.
andrew updated this object.
andrew edited the test plan for this revision. (Show Details)
andrew added a reviewer: emaste.
emaste edited edge metadata.
This revision is now accepted and ready to land.Aug 13 2015, 11:51 AM
This revision was automatically updated to reflect the committed changes.