Skip to content

Commit e32622e

Browse files
committed
casing
1 parent db031b7 commit e32622e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/arm64-windows-abi-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ You can determine if an ARM CPU supports exceptions by writing a value that enab
124124
For ARM CPUs that support IEEE floating-point exceptions, the behavior on Windows is as follows:
125125

126126
- **Arm32**: Windows doesn't support floating-point exceptions.
127-
- **ARM64**: For processor variants that support hardware floating-point exceptions, Windows delivers them.
127+
- **Arm64**: For processor variants that support hardware floating-point exceptions, Windows delivers them.
128128
- **Arm64EC**: For processor variants that support hardware floating-point exceptions, Windows catches these exceptions and disables them in the FPCR register. This ensures consistent behavior across different processor variants.
129129

130130
- The [`_set_controlfp`](/cpp/c-runtime-library/reference/controlfp-s) function on ARM platforms correctly changes the FPCR register when unmasking floating-point exceptions. However, instead of raising an unmasked exception, Windows resets the FPCR register to its defaults every time an FP exception is about to be raised.

0 commit comments

Comments
 (0)