Reorganize to keep similar code together.
authorMike Klein <mtklein@chromium.org>
Tue, 4 Aug 2015 20:48:43 +0000 (16:48 -0400)
committerMike Klein <mtklein@chromium.org>
Tue, 4 Aug 2015 20:48:43 +0000 (16:48 -0400)
commit8caa5af92cf91debc1598380cb72c330e8c63efb
tree93003bd6400bffd51ffe8b0f2919974178662098
parent8e47cdb17692278766cbaf19ce933da0e6181c3a
Reorganize to keep similar code together.

This organizes memset16, memset32, and rsqrt the same way as the other code.  No functional change.

BUG=skia:4117
R=djsollen@google.com

Review URL: https://codereview.chromium.org/1264423002 .
src/core/SkOpts.cpp
src/opts/SkFloatingPoint_opts.h [new file with mode: 0644]
src/opts/SkOpts_neon.cpp
src/opts/SkOpts_sse2.cpp
src/opts/SkOpts_sse41.cpp
src/opts/SkUtils_opts.h [new file with mode: 0644]