mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 03:39:01 +08:00
Merge.
This commit is contained in:
commit
1c6e6e2c3f
@ -150,7 +150,7 @@ template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE half ptrue<half>(const half& a)
|
|||||||
template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE half2 ptrue<half2>(const half2& a) {
|
template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE half2 ptrue<half2>(const half2& a) {
|
||||||
half2 result;
|
half2 result;
|
||||||
*(reinterpret_cast<unsigned*>(&(result))) = 0xffffffffu;
|
*(reinterpret_cast<unsigned*>(&(result))) = 0xffffffffu;
|
||||||
}
|
}
|
||||||
|
|
||||||
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void
|
||||||
ptranspose(PacketBlock<half2,2>& kernel) {
|
ptranspose(PacketBlock<half2,2>& kernel) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user