This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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]

Does soft-fp in glibc support 64bit targets?


This patch

http://sources.redhat.com/ml/libc-alpha/2005-12/msg00022.html

defines

double.h:#define FP_CMP_UNORD_D(r,X,Y)  _FP_CMP_UNORD(D,2,r,X,Y)
extended.h:#define FP_CMP_UNORD_E(r,X,Y) _FP_CMP_UNORD(E,4,r,X,Y)
quad.h:#define FP_CMP_UNORD_Q(r,X,Y)    _FP_CMP_UNORD(Q,4,r,X,Y)
single.h:#define FP_CMP_UNORD_S(r,X,Y)  _FP_CMP_UNORD(S,1,r,X,Y)

but only for _FP_W_TYPE_SIZE < 64. Is there any particular reason
why _FP_W_TYPE_SIZE >= 64 isn't supported?


H.J.


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