mirror of
https://github.com/facebook/zstd.git
synced 2025-10-05 00:07:15 -04:00
Regression from commit a5f2c45528032ed20c33e0f8cd2c163a800a0017. It is not possible to unconditionally add the asm sources, since not all compilers understand the .s file extension. Specifically for meson, only compilers inheriting from the GNU mixin will allow a .s file at configure time. zstd doesn't support asm for MSVC for the same basic reason; if/when Windows asm support is added, it would involve preprocessing with nasm, most likely.