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]

64 bit doubles and long long for h8300 targets?


Hi.

I would like to add 64 bit doubles and 64 bit long longs to
the h8300hms targets.

Adding 64 bit floats seem easy (changing DOUBLE_TYPE_SIZE to 64 and
adding df-bit.c to the t-h8300 file), but what about about a 64 bit
DI type? Do I have to make a lot of assembler functions for all the
standard operators or does GCC have build in RTL versions that make use
the the existing 16/32 bit types?

Regards,
/Sebastian

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