You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This rewritten version improves upon the previous one in the following
ways:
- Automatically determines whether to exclude AVX and SSE cases from
what it builds and tests. It queries the host computer about the
features it supports in order to make this determination.
- Doesn't uses a hardwired list of cases to build and test. Instead,
it uses Bazel filters based on tags.
- Adds a `--help` option.
0 commit comments