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]

Mixed mode __complex__ arithmetic


Hi,

I have a patch in testing which streamlines a bit <complex> and wanted
to make sure we are supporting well mixed-mode __complex__ arithmetic, like:

  __complex__ double cd1;
  __complex__ float cf1;

  cd1 *= cf1;

are we aware of any special problem in this area?

Thanks!
Paolo.


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