We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a77e88 commit a8110bfCopy full SHA for a8110bf
riscv-cc.adoc
@@ -224,7 +224,7 @@ floating-point registers than the ABI.
224
225
For the purposes of this section, "struct" refers to a C struct with its
226
hierarchy flattened, including any array fields. That is, `struct { struct
227
-{ float f[1]; } g[2]; }` and `struct { float f; float g; }` are
+{ float f[1]; } a[2]; }` and `struct { float f0; float f1; }` are
228
treated the same. Fields containing empty structs or unions are ignored while
229
flattening, even in {Cpp}, unless they have nontrivial copy constructors or
230
destructors. Fields containing zero-length bit-fields are ignored while
0 commit comments