Clarify naming confusion "_mul128" vs. "__mul128"#887
Conversation
The proper name is `_mul128`.
|
@CaseyCarter : Thanks for your contribution! The author, @, has been notified to review your proposed change. |
Update date, some formatting.
|
@corob-msft : Thanks for your contribution! The author, @, has been notified to review your proposed change. |
colin-home
left a comment
There was a problem hiding this comment.
@CaseyCarter Thanks, looks good.
@corob-msft Who do we complain to about this broken PR bot message? |
|
@CaseyCarter That's a good question. Some of the PR bots get it right; this one doesn't, and I'm guessing it's because we have the author metadata field populated by folder in docfx.json instead of inside every article. Much easier to update in bulk that way, but harder to discover just by inspection of a file of interest. Let me ask around. |
|
@CaseyCarter @corob-msft - thanks, I've added this to the backlog for GitHub automation. |
The proper name is
_mul128.Verified with VS2019 Preview 4.4 that
__mul128is not recognized as an intrinsic even if properly declared and#pragma intrinsic-ed.