thorvg/test
Hermet Park 9e1ba8d2c0 sw_engine: introduce avx simd instruction
avx is the cutting edge method for intel & amd cpus simd instruction.
We are going to support this feature for the desktop environment (instead of sse)

You can turn on this with configuration something like this:

$meson . build -Dvectors=avx

Current patch supports only for raster solid color

Change-Id: I068ba30a1f63d480415e2762f8021fc8d6d28a39
2020-07-11 20:58:09 +09:00
..
svgs SvgLoader: Support to linear, radial gradient 2020-07-09 13:36:46 +09:00
makefile test shape: unify sw/gl test code. 2020-06-29 14:59:01 +09:00
testAsync.cpp build: support features toggling in meson option. 2020-07-08 15:30:12 +09:00
testBlending.cpp build: support features toggling in meson option. 2020-07-08 15:30:12 +09:00
testBoundary.cpp build: support features toggling in meson option. 2020-07-08 15:30:12 +09:00
testCommon.h test: enable gl window only on gl backend. 2020-07-01 14:25:53 +09:00
testCustomTransform.cpp build: support features toggling in meson option. 2020-07-08 15:30:12 +09:00
testDirectUpdate.cpp build: support features toggling in meson option. 2020-07-08 15:30:12 +09:00
testGradientTransform.cpp build: support features toggling in meson option. 2020-07-08 15:30:12 +09:00
testLinearGradient.cpp build: support features toggling in meson option. 2020-07-08 15:30:12 +09:00
testMultiShapes.cpp build: support features toggling in meson option. 2020-07-08 15:30:12 +09:00
testPath.cpp sw_engine: introduce avx simd instruction 2020-07-11 20:58:09 +09:00
testPathCopy.cpp build: support features toggling in meson option. 2020-07-08 15:30:12 +09:00
testRadialGradient.cpp build: support features toggling in meson option. 2020-07-08 15:30:12 +09:00
testScene.cpp build: support features toggling in meson option. 2020-07-08 15:30:12 +09:00
testSceneTransform.cpp build: support features toggling in meson option. 2020-07-08 15:30:12 +09:00
testShape.cpp build: support features toggling in meson option. 2020-07-08 15:30:12 +09:00
testStroke.cpp build: support features toggling in meson option. 2020-07-08 15:30:12 +09:00
testStrokeLine.cpp build: support features toggling in meson option. 2020-07-08 15:30:12 +09:00
testSvg.cpp build: support features toggling in meson option. 2020-07-08 15:30:12 +09:00
testTransform.cpp build: support features toggling in meson option. 2020-07-08 15:30:12 +09:00
testUpdate.cpp build: support features toggling in meson option. 2020-07-08 15:30:12 +09:00