Landing: bbe8fff16e36

Project / Subsystem

gcc / libstdc++

Date

2026-05-01

Author

Jonathan Wakely

Commit

bbe8fff16e366976bd95b981c138e5f12caf9010

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
libstdc++
patch_id
commit_hash
bbe8fff16e366976bd95b981c138e5f12caf9010
source_type
github
headline
Tweak Doxygen Comments for Experimental SIMD
tldr
This commit improves Doxygen documentation generation for the experimental SIMD features in libstdc++ by adjusting macro definitions and comment placement.
author
Jonathan Wakely
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • libstdc++
  • documentation
  • simd
discussion_id_link
bugzilla_pr
date
2026-05-01T00:00:00.000Z

This commit improves the Doxygen documentation for the experimental SIMD (Single Instruction, Multiple Data) features in libstdc++. It defines Doxygen macros for the SIMD namespace and adjusts the placement of these macros and Doxygen comments in the <experimental/simd> header. This ensures that the SIMD components are correctly documented within the std::experimental::parallelism_v2 namespace.