MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / get_int128

Method get_int128

Tools/BitVector.h:173–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 }
172
173 int128 get_int128(int i) const { return _mm_loadu_si128((__m128i*)bytes + i); }
174 void set_int128(int i, int128 a) { *((__m128i*)bytes + i) = a.a; }
175
176 template <class T>

Callers 4

print_post_correlateMethod · 0.80
initMethod · 0.80
multiplyForTriplesMethod · 0.80
hash_outputsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected