mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-30 15:54:13 +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.
|
||||
struct __half {
|
||||
uint16_t x;
|
||||
unsigned short x;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user