Landing: 066b2291bcaf

Project / Subsystem

gcc / docs

Date

2026-07-21

Author

Robin Dapp

Commit

066b2291bcafe507f8576d01518028532fce954f

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
docs
patch_id
commit_hash
066b2291bcafe507f8576d01518028532fce954f
source_type
github
headline
Document that scatters are left-to-right.
tldr
Vectorizer documentation updated to reflect scatter store ordering.
author
Robin Dapp
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • documentation
  • vectorization
discussion_id_link
bugzilla_pr
date
2026-07-21T00:00:00.000Z

Compiler documentation has been updated to explicitly state that scatter stores are processed from left to right. This change clarifies an assumption made by the vectorizer, affecting both scatter and strided store operations.