thorvg/src
Hermet Park bba162b604 sw_engine: fix MSVC compatibility problem.
clz (count leading zero) is builtin function
that is not available in MSVC.

This patch replace clz for MSVC env.

Thanks @fire for pointing out this.

Refers: https://stackoverflow.com/questions/355967/how-to-use-msvc-intrinsics-to-get-the-equivalent-of-this-gcc-code
2021-06-23 16:26:31 +09:00
..
bin updated copyright 2021-03-23 14:31:58 +09:00
bindings loaders: added copy param for Picture::load 2021-06-21 19:52:38 +09:00
examples examples: add commentary for exceptions. 2021-06-23 13:10:02 +09:00
lib sw_engine: fix MSVC compatibility problem. 2021-06-23 16:26:31 +09:00
loaders common: fix compatibility issue for MSVC 2021-06-23 13:38:46 +09:00
wasm updated copyright 2021-03-23 14:31:58 +09:00
meson.build infra: add memory sanitize option in meson 2021-06-23 11:55:52 +09:00