thedmd / pixeltoaster

PixelToaster is a framebuffer library for C++
45 stars 9 forks source link

Add initial SSE2 support for floating-point to integer color conversion #83

Closed osman-turan closed 4 years ago

osman-turan commented 4 years ago

See: #29

thedmd commented 4 years ago

Thank you!

I also add PIXELTOASTER_USE_SSE2 option to CMake to enable SSE2 support.