Skip to content

Commit

Permalink
Fixed combinedmem
Browse files Browse the repository at this point in the history
  • Loading branch information
nindanaoto committed Jul 15, 2024
1 parent b5705ac commit a6462b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/combinedmem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ int main()

std::array<array<TRGSWFFT<lvl1param>, address_bit - 1>, 2>
*bootedTGSW =
new array<array<TRGSWFFT<lvl1param>, address_bit - 1>,
new (std::align_val_t(64)) array<array<TRGSWFFT<lvl1param>, address_bit - 1>,
2>; // MSB of address is evaluated by HomMUX, not
// CMUX.
vector<TLWE<lvl1param>> encaddress(address_bit);
Expand Down

0 comments on commit a6462b3

Please sign in to comment.