Re: [x265] ARM patches

2022-11-05 Thread chen
Hi, I haven't OS X environment, so I just guess the reason. The GCC and LLVM use different symbol prefix. We use "[private_prefix %+ _entropyStateBits]" in the x86 assembly code to suit these changes. But use as "movrel x1, x265_entropyStateBits" in aarch64, I don't found these little differen

Re: [x265] ARM patches

2022-11-05 Thread Nomis101
Hi, same here, I'm seeing the same error as below if I try to build x265 (latest master) for macOS arm64 on macOS Ventura (Xcode 14.1). Am 04.11.22 um 08:39 schrieb Damiano Galassi: Hi, I’m getting the following error when trying to build on macOS arm64 since these patches: Undefined sy