mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix build of realview.cpp
This commit is contained in:
@@ -177,7 +177,7 @@ struct test_edge_cases_impl {
|
||||
for (Index begin = 0; offset + begin < RealSize; begin++) {
|
||||
for (Index count = 0; begin + count < RealSize; count++) {
|
||||
b_data.setRandom();
|
||||
RealPacket res = eval.packetSegment<Unaligned, RealPacket>(offset, begin, count);
|
||||
RealPacket res = eval.template packetSegment<Unaligned, RealPacket>(offset, begin, count);
|
||||
pstoreSegment(b_data.data(), res, begin, count);
|
||||
VERIFY_IS_CWISE_EQUAL(a_data_asreal.segment(offset + begin, count), b_data.segment(begin, count));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user