Date: Sun, 30 May 2004 01:47:12 -0700 (PDT) From: Stefan Farfeleder <stefanf@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include complex.h Message-ID: <200405300847.i4U8lCgr092312@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
stefanf 2004/05/30 01:47:12 PDT FreeBSD src repository Modified files: include complex.h Log: Remove the macros for creal{,f} and cimag{,f}. They failed to convert their arguments to the needed type and so the result type depended on the argument type. Fixing them isn't really worth the effort because GCC emits the same assembler code with or without them. Not minded by: ru Approved by: das (mentor) Revision Changes Path 1.3 +0 -7 src/include/complex.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405300847.i4U8lCgr092312>