Skip to content

Commit

Permalink
Build: Upgrade sse2neon
Browse files Browse the repository at this point in the history
The previous update introduced a regression #126408

This update pulls a fix committed to the upstream:
  DLTcollab/sse2neon#646

Pull Request: https://projects.blender.org/blender/blender/pulls/126413
  • Loading branch information
sergeyvfx authored and Sergey Sharybin committed Aug 16, 2024
1 parent 4493842 commit abb3f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_files/build_environment/cmake/versions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -644,9 +644,9 @@ set(ZSTD_HASH_TYPE SHA256)
set(ZSTD_FILE zstd-${ZSTD_VERSION}.tar.gz)
set(ZSTD_CPE "cpe:2.3:a:facebook:zstandard:${ZSTD_VERSION}:*:*:*:*:*:*:*")

set(SSE2NEON_VERSION 29716df957401e9c357348e9b73c95a38cdcd34f)
set(SSE2NEON_VERSION 227cc413fb2d50b2a10073087be96b59d5364aea)
set(SSE2NEON_URI https://github.com/DLTcollab/sse2neon/archive/${SSE2NEON_VERSION}.tar.gz)
set(SSE2NEON_HASH b3bb5c07dee12ce4ca60359e2db17994447f3539721d9ba161b890c4c0db0815)
set(SSE2NEON_HASH 3427a495743bb6fd1b5f9f806b80f57d67b1ac7ccf39a5f44aedd487fd7e6da1)
set(SSE2NEON_HASH_TYPE SHA256)
set(SSE2NEON_FILE sse2neon-${SSE2NEON_VERSION}.tar.gz)

Expand Down

0 comments on commit abb3f2b

Please sign in to comment.