mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-20 11:56:17 +08:00
Use unsigned short instead of uint16_t since they're more portable
This commit is contained in:
parent
048c4d6efd
commit
0423b66187
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
// Make our own __half definition that is similar to CUDA's.
|
// Make our own __half definition that is similar to CUDA's.
|
||||||
struct __half {
|
struct __half {
|
||||||
uint16_t x;
|
unsigned short x;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user