Skip to content

Make dev_tools/test_libs.sh use Bazel configs for SSE & AVX#795

Merged
mhucka merged 4 commits into
masterfrom
mh-test-libs-use-configs
Jun 23, 2025
Merged

Make dev_tools/test_libs.sh use Bazel configs for SSE & AVX#795
mhucka merged 4 commits into
masterfrom
mh-test-libs-use-configs

Conversation

@mhucka
Copy link
Copy Markdown
Collaborator

@mhucka mhucka commented Jun 21, 2025

Although the recent changes made sure not to build & test the versions of files for AVX & SSE on systems that lacked those features, the converse was not done: it did not add --config=avx and/or --config=sse if the current host supported them.

This commit adds the necessary changes to do that.

Although the recent changes made sure not to build & test the versions
of files for AVX & SSE on systems that lacked those features, the
converse was not done: it did not add `--config=avx` and/or
`--config=sse` if the current host supported them.

This commit adds the necessary changes to do that.
@mhucka mhucka changed the title Add Bazel config options for SSE & AVX Make dev_tools/test_libs.sh use Bazel configs for SSE & AVX Jun 21, 2025
mhucka and others added 3 commits June 21, 2025 16:34
Having only one test written in the one-liner style makes it look
oddly out of place. Let's use the same style everywhere.
@mhucka mhucka marked this pull request as ready for review June 23, 2025 00:58
@mhucka mhucka requested review from fdmalone and pavoljuhas June 23, 2025 01:48
@mhucka mhucka merged commit 4cc73d0 into master Jun 23, 2025
48 checks passed
@mhucka mhucka deleted the mh-test-libs-use-configs branch June 23, 2025 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants