This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt][RISCV] Fix __fe_getround and __fe_raise_inexact for Zfinx
ClosedPublic

Authored by kito-cheng on Jul 5 2023, 11:54 PM.

Details

Summary

Zfinx extension also provide floating point environment like F extension, so
enable that on __fe_getround and __fe_raise_inexact too.

Diff Detail

Event Timeline

kito-cheng created this revision.Jul 5 2023, 11:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 5 2023, 11:54 PM
kito-cheng requested review of this revision.Jul 5 2023, 11:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 5 2023, 11:54 PM
Herald added subscribers: Restricted Project, wangpc, eopXD. · View Herald Transcript
kito-cheng edited the summary of this revision. (Show Details)Jul 5 2023, 11:56 PM
asb accepted this revision.Jul 6 2023, 5:12 AM

LGTM.

This revision is now accepted and ready to land.Jul 6 2023, 5:12 AM