aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkCodec_libpng.cpp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-03-26 05:30:44 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-03-26 05:30:44 -0700
commitdee3df930b83751577d5a3489d402c0c9e284495 (patch)
treeaf780a041b4ef1af8b969941246a21ce13dfd3d2 /src/codec/SkCodec_libpng.cpp
parentce866873102e70421d9e532f19cf56905482054e (diff)
Add a go-fast button to Skia GYP configs.
./gyp_skia -Dskia_fast=1 will - always optimize for the current machine as much as possible - drop the frame pointer - optimize floating point arithmetic ignoring IEEE compliance This allows things like 3-argument VEX prefix SSE instructions and NEON autovectorization, and can give some seriously helpful clues about how to rearrange floating point math for speed. I've been having trouble with LTO linking, so I'll leave that out for now. I don't think we should set up bots with this mode. -ffast-math means I'm forced to run DM with --match ~Blend ~Path ~Rect ~Math ~Scalar ~Matrix ~Point before it passes, which is a disconcerting chunk of tests to disable (including all of PathOps). BUG=skia: Review URL: https://codereview.chromium.org/1036533003
Diffstat (limited to 'src/codec/SkCodec_libpng.cpp')
0 files changed, 0 insertions, 0 deletions