core.stdc.fenv on Win64

Trass3r via Digitalmars-d digitalmars-d at puremagic.com
Wed Jul 16 15:42:56 PDT 2014


The implementation doesn't seem to be correct.
Could anybody versed in this look into it?

version(Windows)
{
     private extern __gshared fenv_t _FE_DFL_ENV;
     fenv_t* FE_DFL_ENV = &_FE_DFL_ENV;
}

There's no such symbol in the libcmt and it fails to link.


http://sourceforge.net/p/mingw/mingw-org-wsl/ci/master/tree/include/fenv.h#l87


More information about the Digitalmars-d mailing list