Skip to content

Commit 1635bd9

Browse files
Merge pull request #6494 from MicrosoftDocs/main639098212472310103sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents c4861f4 + 9b39165 commit 1635bd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

landing/arm-docs/apps-on-arm-program-compat-troubleshooter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ The remaining emulation settings are described in this table.
7070
| Additional lightweight emulation protections | This setting causes Prism to ignore the presence of any [volatile metadata](/cpp/build/reference/volatile) in a binary. |
7171
| Strict self-modifying code support | Enable this setting to ensure that any self-modifying code is correctly supported in emulation. The most common self-modifying code scenarios are covered by the default emulator behavior. Selecting this option significantly reduces performance of self-modifying code during execution. |
7272
| Disable RWX page performance optimization | This setting disables an optimization that improves performance of code on readable, writable, and executable (RWX) pages, but might be incompatible with some apps. |
73-
| Disable floating point optimization | x87 is an x86 instruction set extension, used primarily in some older x86 software to perform floating point arithmetic, which can use a higher-precision 80-bit floating point format that is not required for most sofware that uses x87. Selecting this option will have Prism use the full 80-bit precision instead of a 64-bit approximation, at the cost of performance. |
73+
| Disable floating point optimization | x87 is an x86 instruction set extension, used primarily in some older x86 software to perform floating point arithmetic, which can use a higher-precision 80-bit floating point format that is not required for most software that uses x87. Selecting this option will have Prism use the full 80-bit precision instead of a 64-bit approximation, at the cost of performance. |
7474

7575

0 commit comments

Comments
 (0)