mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +08:00
bug #1365: fix another type mismatch warning
(sync is set from and compared to an Index)
This commit is contained in:
parent
97812ff0d3
commit
8d7810a476
@ -75,7 +75,7 @@ template<typename Index> struct GemmParallelInfo
|
|||||||
{
|
{
|
||||||
GemmParallelInfo() : sync(-1), users(0), lhs_start(0), lhs_length(0) {}
|
GemmParallelInfo() : sync(-1), users(0), lhs_start(0), lhs_length(0) {}
|
||||||
|
|
||||||
int volatile sync;
|
Index volatile sync;
|
||||||
int volatile users;
|
int volatile users;
|
||||||
|
|
||||||
Index lhs_start;
|
Index lhs_start;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user