Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sse2neon 1.8.0 #202465

Merged
merged 2 commits into from
Dec 26, 2024
Merged

sse2neon 1.8.0 #202465

merged 2 commits into from
Dec 26, 2024

Conversation

chenrui333
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed
* Fix Clang showing incorrect GCC version warning by @brechtvl in https://github.com/DLTcollab/sse2neon/pull/623
* Restore options for precision of div/rcp/sqrt/rsqrt by @brechtvl in https://github.com/DLTcollab/sse2neon/pull/626
* Optimize CRC intrinisics for targets lacking of CRC extension by @Cuda-Chen in https://github.com/DLTcollab/sse2neon/pull/627
* test: Avoid errors when cross compile by gcc-8.3/9.2 by @howjmay in https://github.com/DLTcollab/sse2neon/pull/625
* Improve unsupported target message by @ankith26 in https://github.com/DLTcollab/sse2neon/pull/630
* Fix with _mm_div_ps when SSE2NEON_PRECISE_DIV=1 by @sergeyvfx in https://github.com/DLTcollab/sse2neon/pull/631
* Use unaligned data types for unaligned intrinsics by @Logikable in https://github.com/DLTcollab/sse2neon/pull/632
* fix: Fix uninitialized parameters by @howjmay in https://github.com/DLTcollab/sse2neon/pull/636
* fix: Disable optimization to avoid pontential errors by @howjmay in https://github.com/DLTcollab/sse2neon/pull/640
* Fix minor typos in the sse2neon header by @ankith26 in https://github.com/DLTcollab/sse2neon/pull/641
* fix: Fix strict-aliasing errors by @howjmay in https://github.com/DLTcollab/sse2neon/pull/638
* fix test_mm_dp_pd test by @alexorlov124 in https://github.com/DLTcollab/sse2neon/pull/643
* Add support for clang-cl on Windows by @anthony-linaro in https://github.com/DLTcollab/sse2neon/pull/633
* Fix performance regression after OPTNONE changes by @sergeyvfx in https://github.com/DLTcollab/sse2neon/pull/646
* Allow optimization and use fesetround(), fegetround() by @howjmay in https://github.com/DLTcollab/sse2neon/pull/642
* CI: Bump dependency by @jserv in https://github.com/DLTcollab/sse2neon/pull/650
* Allow to specify -DSSE2NEON_SUPPRESS_WARNINGS to avoid the #warning about optimization issues by @rouault in https://github.com/DLTcollab/sse2neon/pull/651
* Add _MM_SHUFFLE2() macro for shuffle parameter for _mm_shuffle_pd() by @rouault in https://github.com/DLTcollab/sse2neon/pull/652
* README.md: mention GDAL by @rouault in https://github.com/DLTcollab/sse2neon/pull/654
* CI: Update Arm GNU Toolchain and use Ubuntu 24.04 by @jserv in https://github.com/DLTcollab/sse2neon/pull/656
* Fix undefined _mm_{malloc,free} with LLVM/MinGW by @jserv in https://github.com/DLTcollab/sse2neon/pull/657

New Contributors

Full Changelog: DLTcollab/sse2neon@v1.7.0...v1.8.0

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Dec 26, 2024
autobump: add sse2neon

Signed-off-by: Rui Chen <[email protected]>
@github-actions github-actions bot added automerge-skip `brew pr-automerge` will skip this pull request autobump labels Dec 26, 2024
@nandahkrishna nandahkrishna removed the automerge-skip `brew pr-automerge` will skip this pull request label Dec 26, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Dec 26, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Dec 26, 2024
Merged via the queue into master with commit 8ba5019 Dec 26, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-sse2neon-1.8.0 branch December 26, 2024 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autobump bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants