zlib SIMD is not used anymore for UWP

This commit is contained in:
Matthew Leibowitz 2016-06-21 17:52:15 +02:00
Родитель f45cec95b2
Коммит 1765646bc7
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -494,11 +494,6 @@ Task ("externals-uwp")
} else if (rootNamespace == "zlib" && platform.ToUpper () == "ARM") {
// x86 instructions are not available on ARM
RemoveFileReference (xdoc.Root, "x86.c");
} else if (rootNamespace == "zlib_x86_simd" && platform.ToUpper () == "ARM") {
// SIMD is not available on ARM
AddFileReference (xdoc.Root, @"..\..\third_party\externals\zlib\simd_stub.c");
RemoveFileReference (xdoc.Root, "crc_folding.c");
RemoveFileReference (xdoc.Root, "fill_window_sse.c");
} else if (rootNamespace == "skgpu" ) {
// GL is not available to WinRT
RemoveFileReference (xdoc.Root, "GrGLCreateNativeInterface_none.cpp");