This is an archive of the discontinued LLVM Phabricator instance.

Add scalbn implementation and unit tests.
AbandonedPublic

Authored by renyichen on Feb 3 2023, 12:28 PM.

Details

Reviewers
None
Summary

Return early if exp==0 to avid bits(x) construction.

Unlikely 2 conditions and update math.rst.

Diff Detail

Event Timeline

renyichen created this revision.Feb 3 2023, 12:28 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 3 2023, 12:28 PM
renyichen requested review of this revision.Feb 3 2023, 12:28 PM
renyichen abandoned this revision.Feb 3 2023, 12:48 PM