cpp-docs icon indicating copy to clipboard operation
cpp-docs copied to clipboard

_controlfp_s: Describe effects of FPCR changes on ARM

Open olologin opened this issue 1 year ago • 5 comments

We believe this note should be somewhere close to _controlfp_s documentation. More details: https://stackoverflow.com/questions/78917793/windows-on-arm-math-is-not-trapping

olologin avatar Aug 27 '24 13:08 olologin

@olologin : Thanks for your contribution! The author(s) have been notified to review your proposed change.

prmerger-automator[bot] avatar Aug 27 '24 13:08 prmerger-automator[bot]

Learn Build status updates of commit b0c3732:

:white_check_mark: Validation status: passed

File Status Preview URL Details
docs/c-runtime-library/reference/controlfp-s.md :white_check_mark:Succeeded

For more details, please refer to the build report.

For any questions, please:

@TylerMSFT

Can you review the proposed changes?

Important: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged" @MicrosoftDocs/public-repo-pr-review-team

Court72 avatar Aug 27 '24 15:08 Court72

Hi, we are looking into this.

TylerMSFT avatar Sep 03 '24 21:09 TylerMSFT

Of course it is better to make it possible to enable exception handling, at least optionally. Because it doesn't look like a good idea to disable them for all ARM CPUs without a way to enable them, just because some ARM CPUs don't support it.

But that is not documentation-related.

olologin avatar Sep 08 '24 10:09 olologin

@olologin , I am closing this but the reason is that the change affects another file as well. I'm working with the product team on this and want to get the changes all in one PR. I'll notify you via this closed PR when that's done so you can see the change.

TylerMSFT avatar Mar 27 '25 21:03 TylerMSFT

@olologin, I updated three docs which will be live by noon (PST) 4/25 Overview of ARM64 ABI conventions Overview of ARM64EC ABI conventions _controlfp_s

PR#5850

TylerMSFT avatar Apr 24 '25 23:04 TylerMSFT