[clang] [Matrix] Add a row\col major toggle in the clang driver (PR #167628)

Florian Hahn via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 9 11:32:24 PST 2025


================
@@ -251,6 +251,13 @@ class LangOptionsBase {
     FEM_UnsetOnCommandLine = 3
   };
 
+  enum MatrixMemoryLayout : unsigned {
----------------
fhahn wrote:

```suggestion
  enum class MatrixMemoryLayout : unsigned {
```

https://github.com/llvm/llvm-project/pull/167628


More information about the cfe-commits mailing list