Page MenuHomeFreeBSD

Use __builtin_clzll in __floatditf and __floatunditf
ClosedPublic

Authored by andrew on Aug 13 2015, 10:49 AM.
Tags
None
Referenced Files
F103276038: D3375.diff
Fri, Nov 22, 11:13 PM
F103247395: D3375.diff
Fri, Nov 22, 2:51 PM
Unknown Object (File)
Thu, Nov 21, 1:40 AM
Unknown Object (File)
Wed, Nov 20, 8:53 AM
Unknown Object (File)
Wed, Nov 6, 1:44 AM
Unknown Object (File)
Oct 14 2024, 8:15 PM
Unknown Object (File)
Oct 14 2024, 1:14 PM
Unknown Object (File)
Oct 13 2024, 7:11 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.