commit | dc4da5ac9a5bf73305edb53e2d527f9f99dc4a55 | [log] [tgz] |
---|---|---|
author | Jose Dapena Paz <jdapena@igalia.com> | Fri Jul 31 20:04:25 2020 +0200 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri Jul 31 19:09:33 2020 +0000 |
tree | 984259f9e16da092e1baf39344d1783136d39c62 | |
parent | 3a683c88a211dd231c370a49fcab827ce0339b3c [diff] |
GCC: fix type passed to vcvt_f32_f16 to be a float16x4_t in SkVx.h GCC intrisics type validation is stricter than the one in Clang, so passing a uint16x4_t to a function expected to accept float16x4_t is not valid. Bug: chromium:819294 Change-Id: I6d68e5458345e78bdb05dd028481fe9cae36c5ff Reviewed-on: https://skia-review.googlesource.com/c/skia/+/307276 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Mike Klein <mtklein@google.com>