mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
Added support for isfinite on fp16
This commit is contained in:
parent
2bba4ee2cf
commit
72abfa11dd
@ -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 <>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user