mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
Fixed compilation error with clang.
This commit is contained in:
parent
2b917291d9
commit
3ec81fc00f
@ -71,7 +71,7 @@ void test_product_large()
|
|||||||
std::ptrdiff_t m1 = internal::random<int>(10,100)*16;
|
std::ptrdiff_t m1 = internal::random<int>(10,100)*16;
|
||||||
std::ptrdiff_t n1 = internal::random<int>(10,100)*16;
|
std::ptrdiff_t n1 = internal::random<int>(10,100)*16;
|
||||||
// only makes sure it compiles fine
|
// only makes sure it compiles fine
|
||||||
internal::computeProductBlockingSizes<float,float>(k1,m1,n1,1);
|
internal::computeProductBlockingSizes<float,float,std::ptrdiff_t>(k1,m1,n1,1);
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user