mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Added support for isfinite on fp16
This commit is contained in:
@@ -414,6 +414,7 @@ using ::log;
|
|||||||
using ::sqrt;
|
using ::sqrt;
|
||||||
using ::floor;
|
using ::floor;
|
||||||
using ::ceil;
|
using ::ceil;
|
||||||
|
using ::isfinite;
|
||||||
|
|
||||||
#if __cplusplus > 199711L
|
#if __cplusplus > 199711L
|
||||||
template <>
|
template <>
|
||||||
|
|||||||
Reference in New Issue
Block a user