add more supported architectures to sleef

This commit is contained in:
nicole mazzuca 2021-06-01 14:31:17 -05:00
parent b637eca559
commit c208b62a2e
4 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# x86: Reports ICE(Internal Compiler Error) for x86-windows/release.
# see ${SOURCE_PATH}/src/libm/sleefsimddp.c
# uwp: codegen fails
vcpkg_fail_port_install(ON_ARCH "arm" "x86" ON_TARGET "uwp")
vcpkg_fail_port_install(ON_TARGET "uwp")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH

View File

@ -3,7 +3,7 @@
"version": "3.5.1",
"description": "SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT",
"homepage": "https://sleef.org/",
"supports": "!(x86 | arm | uwp)",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",

View File

@ -1481,6 +1481,7 @@ skia:arm-uwp=fail
skia:x64-linux=fail
skia:x64-uwp=fail
skia:x86-windows=fail
sleef:x86-windows=fail
slikenet:arm-uwp=fail
slikenet:x64-uwp=fail
smpeg2:arm-uwp=fail

View File

@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "34122e22559c5e6a89736ca0d20158ee688c7aab",
"git-tree": "ad4d113e722bfd071e0fca2d14dfb0ba78b98f48",
"version": "3.5.1",
"port-version": 0
}