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

Method set_int128

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

Source from the content-addressed store, hash-verified

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>
177 T get_portion(int i) const;

Callers 2

vertical_toMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected