Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SSE2 variant of TextColor::GetColor #10867

Merged
1 commit merged into from
Aug 4, 2021
Merged

Conversation

lhecker
Copy link
Member

@lhecker lhecker commented Aug 4, 2021

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 ✔️

@skyline75489
Copy link
Collaborator

I'm surprised that no test case catches this?...

@miniksa miniksa added the AutoMerge Marked for automatic merge by the bot when requirements are met label Aug 4, 2021
@ghost
Copy link

ghost commented Aug 4, 2021

Hello @miniksa!

Because this pull request has the AutoMerge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@ghost ghost merged commit aea725f into main Aug 4, 2021
@ghost ghost deleted the dev/lhecker/fix-color-sse2 branch August 4, 2021 15:57
@DHowett
Copy link
Member

DHowett commented Aug 4, 2021

Chester is correct- a test should have caught this. :/

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AutoMerge Marked for automatic merge by the bot when requirements are met
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default bold color is no longer working as expected
5 participants