Commit Graph

6 Commits

Author SHA1 Message Date
JonLiu1993
c0efcd2984
[simd] update to 5.3.128 (#33009)
* [simd] update to 5.3.128

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-08-07 08:55:02 -07:00
Edi61
aadbd0b375
Use /Z7 instead of /Zi when building static (#30512)
Otherwise warnings LNK4099: PDB '*.pdb' was not found with ... linking object as if no debug info
2023-03-30 14:18:14 -07:00
Mengna Li
89562cbf9b
[simd] update to 5.2.123 (#29272)
* update to 5.2.121

* update to 5.2.121

* remove useless patch

* update to 5.2.123

* update
2023-03-10 12:32:44 -08:00
Edi61
b591b65d2a
[simd] Update include missing header files (#28834)
* Update include missing header files

* Update simd.json

* Update fix-CMakeLists-install.patch

* Update vcpkg.json

* Update fix-CMakeLists-install.patch

* Update simd.json

* Update simd.json
2023-01-11 23:26:28 -08:00
JonLiu1993
fa0931afaf
[Simd] Add missing header files (#28376)
* [Simd] Add missing header files

* update version

* update portfile.cmake

* update version
2022-12-28 13:48:28 -08:00
erdogan61
e05c925db6
[simd] Add new port (#28163)
* Added new port for Simd

Created new port for Simd from
https://github.com/ermig1979/Simd

* Added new port for Simd

Created/updated new port for Simd from
https://github.com/ermig1979/Simd

* Revert "Merge branch 'master' of https://github.com/erdogan61/vcpkg"

This reverts commit 789c93e81a, reversing
changes made to c87a8183bd.

* portfile.cmake fixes

Update x64-windows-static* and fixes

* Update simd.json

* Added missing define

Set "#define in SIMD_STATIC/src/Simd/SimdConfig.h"

* Update simd.json

* Update simd.json

* Revert "Revert "Merge branch 'master' of https://github.com/erdogan61/vcpkg""

This reverts commit a97bdb05f4.

* Added Linux support

* Update simd.json

* Added Cmake install patch

Otherwise build error:
"ninja: error: unknown target 'install'"

* Update simd.json

* Added supports in vcpkg.json

* Update simd.json

* Removed unsupported builds

* x64_uwp failes

UWP builds are failing, since not supported,
Reason:
The following DLLs do not have the App Container bit set:

    D:/packages/simd_x64-uwp/debug/bin/Simd.dll
    D:/packages/simd_x64-uwp/bin/Simd.dll

* Update vcpkg.json

* Update simd.json

* Try ARM support, OSX not running

Osx build failed, arm maybe supported

* Update simd.json

* Fix syntax error and optimize

* Update simd.json

* Fix syntax

* Update simd.json

* Added SIMD_TARGET="aarch64"

* Update simd.json

* Seperated arm64 cmake

Check failes:
#if defined(_MSC_VER) && !defined(__clang__) && (defined(SIMD_X64_ENABLE) || defined(SIMD_X86_ENABLE))

#define SIMD_INIT_AS_CHAR

#elif defined(__GNUC__) || defined(__clang__) || (defined(_MSC_VER) && defined(SIMD_NEON_ENABLE))

#define SIMD_INIT_AS_LONGLONG

#else

#error This platform is unsupported!

#endif

* Update simd.json

* Syntax Error

* Update simd.json

* Update to latest release 5.2.120

*fix bug: MSVS compiler bug (Windows, Arm64).
commit b39197e00a902cbbc5ad397de92f086be994549b

* Baseline Updates

* Include arm64 fix

* Update SHA512

* Update simd.json

* Arm64 with msvc compiler not supported

* Update simd.json

* Updated supports field

* Baseline update

* Update ci.baseline.txt

* Github action fix

Replaced vcpkg_configure_cmake by vcpkg_cmake_configure

* Update simd.json

Co-authored-by: dtmen <dtmen@gmx.de>
2022-12-13 16:36:18 -08:00