mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
Bristol Fashion.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "Tools/cpu_support.h"
|
||||
#include <stdexcept>
|
||||
#include <iostream>
|
||||
#include <assert.h>
|
||||
using namespace std;
|
||||
|
||||
union matrix32x8
|
||||
@@ -98,6 +99,9 @@ void square64::transpose(int n_rows, int n_cols)
|
||||
print();
|
||||
#endif
|
||||
|
||||
assert(n_rows <= 64);
|
||||
assert(n_cols <= 64);
|
||||
|
||||
square64 tmp = *this;
|
||||
*this = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user