sse2neon
sse2neon copied to clipboard
Add more supported OSes(e.g. macOS and Windows) during CI
Currently we are running CI on Ubuntu only. Maybe we should cover more OSes (e.g. macOS and Windows) in CI. Based this article GitHub Action supports macOS and Windows
macOS is supported by CI environments. However, its architecture is based on x86_64.
commit 990541d80dc809237625a7fd2cbcb0350166bd56 introduced clang/Windows build for GitHub Actions.