commit | 5d1c163807059a46c5f5a3594837496340604c9d | [log] [tgz] |
---|---|---|
author | Mike Klein <mtklein@google.com> | Wed Apr 08 11:45:06 2020 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Apr 09 14:23:35 2020 +0000 |
tree | 59d3ad47cbb48aeab1c2bc125592ec3382866f4c | |
parent | 0929425f3d84019053bd9e48742b6cc766e8cc93 [diff] |
fix JIT min/max x86 was relatively straightforward to fix... we were passing the arguments in the wrong order. As far as I can tell, we cannot use the native ARM instructions. Instead, test and select. Change-Id: I3411a72462e5d5f04881f0304318fd1ae8792900 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/282316 Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Mike Klein <mtklein@google.com>