rizin/subprojects/packagefiles/blake3
Florian Märkl d8aeabb501
Fix blake3 build with incompatible assemblers (#3764)
Apple Clang 4.2 on Mac OS X 10.7 Lion does support avx2, but it has
issues with some of the asm syntax used, in particular jc and some mov
syntax.
So we add an additional check for a short assembly snippet.
2023-08-17 09:51:57 +08:00
..
meson.build Fix blake3 build with incompatible assemblers (#3764) 2023-08-17 09:51:57 +08:00
unix_syntax_check.S Fix blake3 build with incompatible assemblers (#3764) 2023-08-17 09:51:57 +08:00