FYI, reading a single DIMM has certain performance limits. Reading two DIMMs, one at a time, has the same limits. Storing and reading two DIMMs simultaneously without accessing the same data at the same time could in theory double performance if it were possible to access the DIMMs with two threads. However, if the two DIMMs interleaved individual data bytes, and each were accessed at the same time, then you would double data performance in a single thread. Each DIMM would have 4-bits of an 8-bit byte. There is a similar scaling for four DIMMs...quad channel interleaving 2-bits from each DIMM to access 8-bit bytes from a single thread.
Your BIOS/UEFI settings have to be told to use interleaved data (single, dual, or quad channel)...