Skip to content

Remove no-op register move from ChaCha20_ctr32_ssse3_4x #2234

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

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

nebeid
Copy link
Contributor

@nebeid nebeid commented Mar 3, 2025

r11 does not have anything in it yet, and r10 is never read. This is a remnant of the ia32cap dispatch that we missed in
f5e0c8f92a22679b0cd8d24d0d670769c1cc07f3.

Bug: 673
Change-Id: I5cc179401418aee6479b4a38ae1c09f68ec40238 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/68291
Commit-Queue: David Benjamin [email protected]
Reviewed-by: Bob Beck [email protected]
(cherry picked from commit 03d1b7c544851d9f44df1e9ff21839742e08c819)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

@nebeid nebeid requested a review from a team as a code owner March 3, 2025 21:10
@nebeid nebeid requested review from torben-hansen and justsmth March 4, 2025 17:28
r11 does not have anything in it yet, and r10 is never read. This is a
remnant of the ia32cap dispatch that we missed in
f5e0c8f92a22679b0cd8d24d0d670769c1cc07f3.

Bug: 673
Change-Id: I5cc179401418aee6479b4a38ae1c09f68ec40238
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/68291
Commit-Queue: David Benjamin <[email protected]>
Reviewed-by: Bob Beck <[email protected]>
(cherry picked from commit 03d1b7c544851d9f44df1e9ff21839742e08c819)
@nebeid nebeid force-pushed the upstream-03d1b7c branch from efe6f44 to a854722 Compare March 11, 2025 18:53
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.02%. Comparing base (05d42aa) to head (a854722).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2234   +/-   ##
=======================================
  Coverage   79.01%   79.02%           
=======================================
  Files         612      612           
  Lines      106589   106588    -1     
  Branches    15083    15084    +1     
=======================================
+ Hits        84225    84233    +8     
+ Misses      21711    21701   -10     
- Partials      653      654    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nebeid nebeid merged commit aa43a85 into aws:main Mar 11, 2025
104 of 107 checks passed
@nebeid nebeid deleted the upstream-03d1b7c branch March 11, 2025 21:25
@skmcgrail skmcgrail mentioned this pull request Mar 13, 2025
skmcgrail added a commit that referenced this pull request Mar 13, 2025
## What's Changed
* Use unsigned return type for BN_get_minimal_width and word size tests
by @torben-hansen in #2260
* Revert removal of "PEM_X509_INFO_write_bio" by @smittals2 in
#2226
* Remove no-op register move from ChaCha20_ctr32_ssse3_4x by @nebeid in
#2234
* Fix aws-lc-rs CI test when symbols removed by @justsmth in
#2262
* Add x4 batched SHAKE128 and SHAKE256 APIs by @manastasova in
#2247
* Fix aws-lc-rs CI test (again) by @justsmth in
#2268
* Minor build fixes for CMake and libssl on x86 by @skmcgrail in
#2267

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and the ISC license.
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.

5 participants