Closed vtorri closed 4 years ago
accroding to msdn
The _isnan and _isnanf functions are Microsoft-specific. The _isnanf function is only available when compiled for x64.
i'm going to fix this
arg ! i've written 32 bits instead of 64 bits
@ebassi do i close this PR and create another one (because of my wrong message) ?
@ebassi do i close this PR and create another one (because of my wrong message) ?
No. You can edit the commit and then force push to your branch. The merge request will be updated.
I'd also squash both commits into a single one, so that we don't break the tests when bisecting.
Sadly, this breaks on MSVC 32bit: