cvs commit: src/include complex.h
Stefan Farfeleder
stefanf at FreeBSD.org
Sun May 30 01:47:13 PDT 2004
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
More information about the cvs-src
mailing list