Skip to content

[simd.syn] Fix various formatting issues, improve aesthetics #8093

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
Jul 18, 2025

Conversation

Eisenwave
Copy link
Member

Closes #8031.

This PR fixes a number of problems (some objective, some aesthetic) in [simd.syn]:

  • Comments with references to subsequent sections should not capitalize the section name
  • vec should be \tcode{vec}
  • The two-space indentation in some places was missing
  • Some code just needs to be reflown because parameters are misaligned and other things are broken

Aesthetics are also improved a bit. While it's not objectively wrong to do so, putting countl_one on one line and countl_zero onto two because of a single-character difference is ugly. It substantially improves aesthetics if we make it a bit more consistent.

@tkoeppe tkoeppe merged commit c764963 into cplusplus:main Jul 18, 2025
2 checks passed
@tkoeppe
Copy link
Contributor

tkoeppe commented Jul 18, 2025

Thanks, that's nice!

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.

[simd.syn] Wrong formatting in synopsis
2 participants