mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Clarify to explain that C99 conforming compilers don't need CMPLX*().
Discussed with: kargl@
This commit is contained in:
parent
c418933aee
commit
799cf446be
1 changed files with 2 additions and 3 deletions
|
|
@ -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…
Reference in a new issue