mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
more product refactoring
This commit is contained in:
@@ -139,7 +139,7 @@ struct ei_product_blocking_traits
|
||||
// register block size along the N direction (must be either 2 or 4)
|
||||
nr = HalfRegisterCount/2,
|
||||
|
||||
// register block size along the M direction (this cannot be modified)
|
||||
// register block size along the M direction (currently, this one cannot be modified)
|
||||
mr = 2 * PacketSize,
|
||||
|
||||
// max cache block size along the K direction
|
||||
|
||||
Reference in New Issue
Block a user