skia2/include
Mike Klein 50303b9adc Revert "align skvx::Vec<N,T> to N*sizeof(T)"
This reverts commit e3b110dc6e.

Reason for revert: bot failures

Original change's description:
> align skvx::Vec<N,T> to N*sizeof(T)
> 
> This increases the alignment of these vector types.  I would have liked
> to keep the alignment minimal, but it's probably no big deal either way.
> 
> In terms of code generation, it doesn't make much difference for x86 or
> ARMv8, but it seems hugely important for good ARMv7 NEON code.  It's a
> ~10x difference for the bench I've been playing around with that spends
> most of its time in that SkOpts::blit_row_color32 routine.
> 
> Bug: chromium:952502
> Change-Id: Ib12caad6b9b3f3f6e821ed70bfb57099db37b15f
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/208581
> Commit-Queue: Michael Ludwig <michaelludwig@google.com>
> Reviewed-by: Michael Ludwig <michaelludwig@google.com>
> Auto-Submit: Mike Klein <mtklein@google.com>

TBR=mtklein@google.com,michaelludwig@google.com

Change-Id: I72357b9775685efcc2cd75db220711c8145b8ac4
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: chromium:952502
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/208680
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-04-16 18:25:54 +00:00
..
android Add API to get canvas wrapped by SkPaintFilterCanvas 2019-03-28 21:16:10 +00:00
atlastext pass a font to GlyphRunBuilder 2019-01-02 21:02:33 +00:00
c Revert "simplify and centralize SK_API" 2019-04-11 22:14:45 +00:00
codec Remove unused setAlphaAndRequiredFrame condition 2019-03-26 13:47:22 +00:00
config remove unused parts of SkTypes.h 2018-06-08 23:53:57 +00:00
core Remove deprecated SkSurface::prepareForExternalIO and related uses of the name. 2019-04-16 14:08:09 +00:00
docs SkPDF: runtime switch between subsetters 2019-03-23 16:31:10 +00:00
effects remove dead code from old factories, enum 2019-04-12 17:11:25 +00:00
encode Remove a few semicolons. 2019-02-11 14:40:37 +00:00
gpu GrSurface -> GrGpuBuffer transfer improvements: 2019-04-16 14:05:34 +00:00
pathops fixup winding contours 2018-08-17 14:01:51 +00:00
ports Reland "Add SkFontMgr implementation for Fuchsia" 2018-12-07 01:47:05 +00:00
private Revert "align skvx::Vec<N,T> to N*sizeof(T)" 2019-04-16 18:25:54 +00:00
svg [SVGCanvas] Clean up public factories 2019-02-14 19:17:35 +00:00
third_party/vulkan Move vulkan headers from third_party to include/third_party. 2018-12-12 14:16:43 +00:00
utils Remove deprecated SkPaintFilterCanvas::onFilter. 2019-04-16 17:52:13 +00:00