[PR #10867] Fix SSE2 variant of TextColor::GetColor #28270

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

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

State: closed
Merged: Yes


Shortly before adding the SSE2 variant I "improved" it by using
_mm_packs_epi32, but failed to test it again afterwards.

PR Checklist

Validation Steps Performed

  • printf "\e[mNORMAL \e[1mBOLD\n" results in correct bold white glyphs ✔️
**Original Pull Request:** https://github.com/microsoft/terminal/pull/10867 **State:** closed **Merged:** Yes --- Shortly before adding the SSE2 variant I "improved" it by using `_mm_packs_epi32`, but failed to test it again afterwards. ## PR Checklist * [x] Closes #10866 * [x] I work here ## Validation Steps Performed * `printf "\e[mNORMAL \e[1mBOLD\n"` results in correct bold white glyphs ✔️
claunia added the pull-request label 2026-01-31 09:27:25 +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#28270