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]

Questions about long long type


Hello,
I have two questions about long long type.
Firstly, shall I support it in the machine.md file, or just leave it to libgcc?
Dose the libgcc support it if I don't implement in the machine.md file?

Secondly, is the long long type equal to DImode in the 32bit machine?
Such as adddi3, subdi3.

Thanks for your reply.
Eric.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]