Skip to content

Commit 677b63d

Browse files
authored
Merge pull request #60998 from bruvzg/etc_arm64
2 parents 349aa9c + 71cc26f commit 677b63d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

thirdparty/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ will limit its functionality to IPv4 only.
115115
## etcpak
116116

117117
- Upstream: https://github.com/wolfpld/etcpak
118-
- Version: git (10fc4ce627f9a17ed49bf97fcc3796a712033ba1, 2022)
118+
- Version: git (f128369e64a5f4715de8125b325e4fe7debb5194, 2022)
119119
- License: BSD-3-Clause
120120

121121
Files extracted from upstream source:

thirdparty/etcpak/ProcessRGB.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3070,7 +3070,7 @@ static etcpak_force_inline uint64_t ProcessRGB_ETC2( const uint8_t* src, bool us
30703070
#else
30713071
if( useHeuristics )
30723072
{
3073-
#ifdef defined __ARM_NEON && defined __aarch64__
3073+
#if defined __ARM_NEON && defined __aarch64__
30743074
Channels ch = GetChannels( src );
30753075
CalculateLuma( ch, luma );
30763076
#else

0 commit comments

Comments
 (0)