Author :
Behdad Esfahbod
Date :
2017-08-15 08:48:17
Hash :c9d7c03f Message :[sfnt] Speed up PNG image loading.
This reduces the overhead of `premultiply_data' by 60%.
* src/sfnt/pngshim.c (premultiply_data): Provide code which uses
gcc's (and clang's) `vector_byte' attribute to process 4 pixels at a
time.