File tree Expand file tree Collapse file tree 5 files changed +12
-8
lines changed Expand file tree Collapse file tree 5 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
diff --git a/cmake/cpu.cmake b/cmake/cpu.cmake
2
- index 040c524..f345b89 100644
2
+ index 3b0b2d37..a376b87b 100644
3
3
--- a/cmake/cpu.cmake
4
4
+++ b/cmake/cpu.cmake
5
5
@@ -50,7 +50,7 @@ if(MSVC AND CMAKE_C_COMPILER_ID STREQUAL "MSVC")
6
6
if(MSVC_VERSION GREATER_EQUAL 1800 AND NOT CMAKE_C_FLAGS MATCHES "/arch:")
7
7
set(SIMD_ENABLE_FLAGS)
8
8
else()
9
- - set(SIMD_ENABLE_FLAGS "/arch:AVX;/arch:SSE2;;;;")
10
- + set(SIMD_ENABLE_FLAGS "; /arch:SSE2;;;;") # /arch:AVX is too much for SSE4
9
+ - set(SIMD_ENABLE_FLAGS "/arch:AVX2;/arch: AVX;/arch:SSE2;;;;")
10
+ + set(SIMD_ENABLE_FLAGS ";; /arch:SSE2;;;;") # /arch:AVX2; /arch:AVX is too much for SSE4
11
11
endif()
12
12
set(SIMD_DISABLE_FLAGS)
13
13
else()
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ vcpkg_from_github(
2
2
OUT_SOURCE_PATH SOURCE_PATH
3
3
REPO webmproject/libwebp
4
4
REF "v${VERSION} "
5
- SHA512 a922cb84e147f1aeaaac9ff4c6000ebad067a9a4b74d94c25d6c9181f487dfd6d8c7966ac1d239f4fad65cc07ad3d5c82ee9ab4adfa4b125d231056781632548
5
+ SHA512 298e0ad4c09392213baf5abb69d330c6203b618800073fe2df91d01d35034197c5d3e29a74573b06971473c52c74514f0e6e0f6c8162f923e2dd15cb1a692aef
6
6
HEAD_REF master
7
7
PATCHES
8
8
0002-cmake-config.patch
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " libwebp" ,
3
- "version" : " 1.5.0" ,
4
- "port-version" : 1 ,
3
+ "version" : " 1.6.0" ,
5
4
"description" : " WebP codec: library to encode and decode images in WebP format" ,
6
5
"homepage" : " https://github.com/webmproject/libwebp" ,
7
6
"license" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change 5613
5613
"port-version" : 0
5614
5614
},
5615
5615
"libwebp" : {
5616
- "baseline" : " 1.5 .0" ,
5617
- "port-version" : 1
5616
+ "baseline" : " 1.6 .0" ,
5617
+ "port-version" : 0
5618
5618
},
5619
5619
"libwebsockets" : {
5620
5620
"baseline" : " 4.3.5" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "git-tree" : " d9dee7fa77c6779e018d20afd7f216813dc33f7c" ,
5
+ "version" : " 1.6.0" ,
6
+ "port-version" : 0
7
+ },
3
8
{
4
9
"git-tree" : " 4da57885ea948ff63857226aaf586d6c44b4c96d" ,
5
10
"version" : " 1.5.0" ,
You can’t perform that action at this time.
0 commit comments