[PR #11466] Enable fast floating point model and fast debug linking #28599

Open
opened 2026-01-31 09:29:33 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/11466

State: closed
Merged: Yes


This commit enables /fp:fast. This doubles the performance of the Delta E
computation in #11095 for instance. Additionally it re-enables two options for
debug builds which are normally enabled by default by Visual Studio.

PR Checklist

  • I work here
  • Tests added/passed

Validation Steps Performed

  • No change in binary size
  • No obvious change in behavior
**Original Pull Request:** https://github.com/microsoft/terminal/pull/11466 **State:** closed **Merged:** Yes --- This commit enables /fp:fast. This doubles the performance of the Delta E computation in #11095 for instance. Additionally it re-enables two options for debug builds which are normally enabled by default by Visual Studio. ## PR Checklist * [x] I work here * [x] Tests added/passed ## Validation Steps Performed * No change in binary size * No obvious change in behavior
claunia added the pull-request label 2026-01-31 09:29:33 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28599