USNavalResearchLaboratory / simdissdk

SIMDIS SDK
Other
114 stars 39 forks source link

std::isfinite() #95

Closed sawolford closed 1 year ago

sawolford commented 1 year ago

Changed finite() calls, which are obsolete, to std::isfinite(), from header

emminizer commented 1 year ago

Looks good, tested on MSVC 2022 and g++ 8.3 on Linux and all tests passed there too. Thanks for this.