This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Am 2018-12-04 um 08:14 schrieb Lokesh Janghel:
Thank you Sirl,-msvr4-struct-return=standard and -msvr4-struct-return=gnu (which wouldbe the default (-msvr4-struct-return=standard)by default, you mean using registers to return?
Hi Lokesh,both return small structs in registers. The question is if the returned data is left-aligned (-msvr4-struct-return=standard, MSB-aligned) in the register or if the data is right-aligned (-msvr4-struct-return=gnu, LSB-aligned) in the register.
Franz.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |