This commit is contained in:
Werner Lemberg 2017-08-23 09:14:14 +02:00
parent e1d0249e5a
commit 587264cfd5
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
* src/sfnt/pngshim.c (premultiply_data): Use vectors instead of
scalars.
(vector_shuffle): New macro to take of a different built-in function
name on clang.
(vector_shuffle): New macro to take care of a different built-in
function name on clang.
2017-08-22 Werner Lemberg <wl@gnu.org>