[Numpy-discussion] windows and C99 math

Sturla Molden sturla.molden at gmail.com
Mon Jan 27 18:04:13 EST 2014


Julian Taylor <jtaylor.debian at googlemail.com> wrote:

> Are our binary builds for windows not correct or does windows just not
> support C99 math?

Microsoft's C compiler does not support C99.

It is not an OS issue. Use gcc, clang or Intel icc instead, and C99 is
supported.

Sturla




More information about the NumPy-Discussion mailing list