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.7.0 #158248

Merged
merged 2 commits into from
Dec 26, 2023
Merged

sse2neon 1.7.0 #158248

merged 2 commits into from
Dec 26, 2023

Conversation

Porkepix
Copy link
Contributor

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed
* refactor: Add missing ARM64 implementation by @howjmay in https://github.com/DLTcollab/sse2neon/pull/576
* test: Build/run with crypto and/or crc by @howjmay in https://github.com/DLTcollab/sse2neon/pull/574
* doc: Describe the right coverage of SSE2NEON_PRECISE_MINMAX by @howjmay in https://github.com/DLTcollab/sse2neon/pull/578
* refactor: Reimplement _mm_movelh_ps for Arm64 by @howjmay in https://github.com/DLTcollab/sse2neon/pull/579
* tests: Cover all immediate numbers by @howjmay in https://github.com/DLTcollab/sse2neon/pull/584
* test: Use macro for validate results by @howjmay in https://github.com/DLTcollab/sse2neon/pull/585
* Improve precision of _mm_{rsqrt,sqrt,rcp,div}_{ps,ss} conversions by @Cuda-Chen in https://github.com/DLTcollab/sse2neon/pull/580
* Fix MSVC compile issues by @toxieainc in https://github.com/DLTcollab/sse2neon/pull/588
* Tweak MSVC ifdef guard for _BitScanForward64 by @aqrit in https://github.com/DLTcollab/sse2neon/pull/592
* Add notice that NEON handles certain IEEE single-precision values by @Cuda-Chen in https://github.com/DLTcollab/sse2neon/pull/593
* Add infinity test in `test_mm_{max,min}_{pd,sd}` by @Cuda-Chen in https://github.com/DLTcollab/sse2neon/pull/594
* Remove Kahan algorithm in `_mm_dp_ps` by @Cuda-Chen in https://github.com/DLTcollab/sse2neon/pull/597
* MSVC support by @anthony-linaro in https://github.com/DLTcollab/sse2neon/pull/596
* test: Cover all the valid imm range in tests by @howjmay in https://github.com/DLTcollab/sse2neon/pull/586
* Add test running for MSVC to CI by @anthony-linaro in https://github.com/DLTcollab/sse2neon/pull/598
* Align result to SSE when input is 0.0f/-0.0f in _mm_rsqrt_{ps, ss} by @Cuda-Chen in https://github.com/DLTcollab/sse2neon/pull/599
* fix: Fix exceeding width of type warning by @howjmay in https://github.com/DLTcollab/sse2neon/pull/601
* docs: Fix the typos by @howjmay in https://github.com/DLTcollab/sse2neon/pull/603
* docs: Fix the typos by @spacemiqote in https://github.com/DLTcollab/sse2neon/pull/605
* Fix build for gcc-13 and 32 bit arm systems. by @balister in https://github.com/DLTcollab/sse2neon/pull/609
* Fix unused parameters warning by @anakinxc in https://github.com/DLTcollab/sse2neon/pull/610
* Fixed gcc strict prototype and other build errors by @mnjdhl in https://github.com/DLTcollab/sse2neon/pull/611
* Fix `_mm_cmplt_sd` and `_mm_cmpnlt_sd` test cases by @Cuda-Chen in https://github.com/DLTcollab/sse2neon/pull/612
* disambiguate vector type to avoid errors depending on lax conversion … by @JoachimSchurig in https://github.com/DLTcollab/sse2neon/pull/614
* docs: fix typo failback by @howjmay in https://github.com/DLTcollab/sse2neon/pull/616
* Introduce fast and deterministic RNG by @Cuda-Chen in https://github.com/DLTcollab/sse2neon/pull/615
* fix: Fix typo nand by @howjmay in https://github.com/DLTcollab/sse2neon/pull/617
* fix: Fix MSVC warnings by @howjmay in https://github.com/DLTcollab/sse2neon/pull/604
* Add A32 support in CI by @Cuda-Chen in https://github.com/DLTcollab/sse2neon/pull/620
* Fix _mm_test_mix_ones_zeros and _mm_testnzc_si128 by @aqrit in https://github.com/DLTcollab/sse2neon/pull/621

New Contributors

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

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Dec 26, 2023
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, 2023
@BrewTestBot BrewTestBot added this pull request to the merge queue Dec 26, 2023
Merged via the queue into Homebrew:master with commit 4d15e18 Dec 26, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

3 participants