Landing: 6098abe39da8
Project / Subsystem
gcc / gcc/testsuite
Date
2026-07-17
Author
Avinash Jayakar
Commit
6098abe39da8573bb1412f1e1a7ffde6ecebbe4d
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- gcc/testsuite
- patch_id
- —
- commit_hash
- 6098abe39da8573bb1412f1e1a7ffde6ecebbe4d
- source_type
- github
- headline
- Split rs6000 mma tests by dense math version
- tldr
- Granularizes rs6000 mma test cases into dense vs. non-dense math configurations.
- author
- Avinash Jayakar
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • testsuite
- • rs6000
- • powerpc
- • mma
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-17T00:00:00.000Z
Test cases for the rs6000 architecture’s MMA (Matrix Multiply Accumulate) functionality have been split to specifically target dense math (dmf) and non-dense math (nodmf) compiler options. This change separates tests, using -mno-dense-math for nodmf and powerpc_future_compile_ok for dmf, to ensure more precise testing of MMA behavior under different floating-point instruction set configurations.