mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-17 13:34:57 +00:00
![]() 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 |
||
---|---|---|
.. | ||
meson.build | ||
tvgSwCommon.h | ||
tvgSwFill.cpp | ||
tvgSwMath.cpp | ||
tvgSwRaster.cpp | ||
tvgSwRenderer.cpp | ||
tvgSwRenderer.h | ||
tvgSwRle.cpp | ||
tvgSwShape.cpp | ||
tvgSwStroke.cpp |