I have added zstd library to my project as subdirectory using CMake. And when I configure and try to compile using Xcode it shows error in huff_decompress asm code. Problem appeared from 1.5.4 release version.
Steps to reproduce the behavior:
- Add zstd as subdirectory in CMake
- Configure Xcode project (cmake -G Xcode...)
- Open configured .xcodeproj and start program compilation
- See error in huf_decompress_amd64.S "Expected identifier or '('" at line 37
Expected behavior:
Program compiling without errors.
Desktop:
- OS: macOS
- Version Ventura 13.3.1
- Compiler clang Xcode 14.3
- Flags -O0
- Build system CMake
I have added zstd library to my project as subdirectory using CMake. And when I configure and try to compile using Xcode it shows error in huff_decompress asm code. Problem appeared from 1.5.4 release version.
Steps to reproduce the behavior:
Expected behavior:
Program compiling without errors.
Desktop: