• Evan Nemerson's avatar
    complex: fix checks for GCC C complex math support · 642aefeb
    Evan Nemerson authored
    If either __cplusplus or __STRICT_ANSI__ is defined we don't want
    to use the GCC-style support.
    
    This isn't nearly as big a deal as it might sound like; we just use
    <complex.h>.  The GCC/clang style is really only there for non-hosted
    environments or other systems lacking <complex.h>.
    642aefeb
simde-complex.h 5.13 KB