All *_sqrt_round_s[s|d] intrinsics should execute a square root on zeroth element from B (Ops[1]) and insert in to A (Ops[0]), not the other way around.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Differential D48288
Fix a bug introduced by rL334850 ClosedPublic Authored by tkrupa on Jun 18 2018, 10:22 AM.
Details Summary All *_sqrt_round_s[s|d] intrinsics should execute a square root on zeroth element from B (Ops[1]) and insert in to A (Ops[0]), not the other way around.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 18 2018, 10:27 AM Closed by commit rC334964: Fix a bug introduced by rL334850 (authored by tkrupa). · Explain WhyJun 18 2018, 11:01 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 151752 lib/CodeGen/CGBuiltin.cpp
|