Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compile of crc32-pclmul_asm on macOS (madler#8)
* .type and .size are ELF/COFF specific so drop them * .globl + .hidden equivalent for macOS is .private_extern * symbol name are not mangled on macOS, so we need to prefix _
- Loading branch information