Clarify to explain that C99 conforming compilers don't need CMPLX*().
Discussed with: kargl@
This commit is contained in:
parent
c418933aee
commit
799cf446be
@ -456,9 +456,8 @@ typedef union {
|
||||
* to -0.0+I*0.0.
|
||||
*
|
||||
* The C11 standard introduced the macros CMPLX(), CMPLXF() and CMPLXL()
|
||||
* to construct complex values. The functions below are modelled after
|
||||
* these macros, with the exception that they cannot be used to
|
||||
* construct compile-time complex values.
|
||||
* to construct complex values. Compilers that conform to the C99
|
||||
* standard require the following functions to avoid the above issues.
|
||||
*/
|
||||
|
||||
#ifndef CMPLXF
|
||||
|
Loading…
x
Reference in New Issue
Block a user