[patch, fortran] Inline matmul with conjugate complex numbers

Thomas Koenig tkoenig@netcologne.de
Mon May 18 05:50:00 GMT 2015


Am 18.05.2015 um 00:05 schrieb Thomas Koenig:
> +    bscalar = gfc_build_intrinsic_call (ns, GFC_ISYM_CONJG, "conjg", matrix_a->where,
> +					1, bscalar);

... that should be

> +    bscalar = gfc_build_intrinsic_call (ns, GFC_ISYM_CONJG, "conjg",
matrix_b->where,
> +					1, bscalar);



More information about the Fortran mailing list