SpiceQA
Questions
Tags
Users
Badges
user_17665807
@user_17665807
0
reputation
0
answers
27
questions
About Me
// Hello, World !
Top Answers
On uint64 to double conversion: Why is the code simpler after a shift right by 1?
8 votes
Why does gcc implement fmin and fmax in three different ways?
5 votes
Intrinsic inverse to _mm_movemask_epi8
5 votes
How to convert Intel Assembly C to AT&T C++
4 votes
Is there a logical algorithm to generate unique outputs for the given inputs?
2 votes
Top Questions
What is the minimum number of significant decimal digits in a floating point literal to represent the value as correct as possible?
6 votes
3 answers
vectorizing branched table lookup in SSE fast approximate cosine
6 votes
1 answers
How to make gcc or clang use 64-bit/32-bit division instead of 128-bit/64-bit division when the dividend is 64-bit and the quotient is 32-bit?
5 votes
1 answers
Implementing SHLD/SHRD instructions in C
5 votes
1 answers
Why don't GCC and Clang optimize multiplication by 2^n with a float to integer PADDD of the exponent, even with -ffast-math?
5 votes
1 answers