Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_correlate
Method · 0.80
init
Method · 0.80
multiplyForTriples
Method · 0.80
hash_outputs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected