mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Added missing assignment operator to the TensorUInt128 class, and made misc small improvements
This commit is contained in:
@@ -147,7 +147,7 @@ void test_misc2() {
|
||||
void test_cxx11_tensor_uint128()
|
||||
{
|
||||
#ifdef EIGEN_NO_INT128
|
||||
// Skip the test on compilers that don't support 128bit integers natively
|
||||
// Skip the test on compilers that don't support 128bit integers natively
|
||||
return;
|
||||
#else
|
||||
CALL_SUBTEST_1(test_add());
|
||||
|
||||
Reference in New Issue
Block a user