SpiceQA
Questions
Tags
Users
Badges
user_634919
@user_634919
0
reputation
0
answers
7
questions
About Me
// Hello, World !
Top Answers
Why is processing an unsorted array the same speed as processing a sorted array with modern x86-64 clang?
163 votes
Why is EAX being cleared before calling a function if I don't include the header?
37 votes
Fastest way to take the average of two signed integers in x86 assembly?
33 votes
Is the order of writes to separate members of a volatile struct guaranteed to be preserved?
30 votes
gcc-10.0.1 Specific Segfault
25 votes
Top Questions
For purposes of ordering, is atomic read-modify-write one operation or two?
11 votes
1 answers
Can you memcpy between non-overlapping regions of the same object?
6 votes
0 answers
Data to be determined later: interior mutability or separate HashMap?
5 votes
2 answers
How to combine tests for enum variant and value?
5 votes
1 answers
Do parallel algorithms like for_each synchronize with surrounding code?
4 votes
1 answers