On 09/16/2010 05:26 PM, Joseph S. Myers wrote:
> I am not aware of any problems. The complex float value will be converted
> to complex double as required by C99.
>
Thanks Joseph, good to now. For your curiosity, I was trying to change
the code like this:
Index: complex
On Thu, 16 Sep 2010, Paolo Carlini wrote:
> Hi,
>
> I have a patch in testing which streamlines a bit and wanted
> to make sure we are supporting well mixed-mode __complex__ arithmetic, like:
>
> __complex__ double cd1;
> __complex__ float cf1;
>
> cd1 *= cf
Hi,
I have a patch in testing which streamlines a bit 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.