richgel999 / lzham_codec

Lossless data compression codec with LZMA-like ratios but 1.5x-8x faster decompression speed, C/C++
Other
693 stars 71 forks source link

Use yield rather than pause for aarch64 #31

Open partiallyderived opened 1 year ago

partiallyderived commented 1 year ago

ARM64 systems complain that "pause" is an unrecognized mnemonic, so this PR changes the mnemonic to "yield" for those systems.

partiallyderived commented 1 year ago

@janisozaur @richgel999 could you take a look at this, #29, and #30 ? Also, any chance #8 and #17 will be merged?