-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels