terminal/src/buffer
Leonard Hecker fc64ff3029
Vectorize TextColor::GetColor (#10779)
I was watching a video about vectorized instructions and I wanted to
try out some new things, as I had never written AVX code before.
This commit is the result of this tiny Thursday morning detour into
AVX land. It improves performance of `TextColor::GetColor` by about 3x.

## Validation Steps Performed

* Default colors are still properly shifted +8 ✔️
2021-08-02 19:02:59 +00:00
..
out Vectorize TextColor::GetColor (#10779) 2021-08-02 19:02:59 +00:00
dirs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00