SpiceQA
Questions
Tags
Users
Badges
micro-optimization
146 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
_mm256_fmadd_ps is slower than _mm256_mul_ps + _mm256_add_ps?
user_1422624
0
•
asked Feb 18, 2021
2
1
1220
avx
micro-optimization
simd
sse
gcc
Why does a high percentage of identical input data reduce performance?
user_8311567
0
•
asked Feb 18, 2021
2
0
83
branch-prediction
micro-optimization
optimization
Why does does a NOP (as a 5th uop) speed up a 4 uop loop on Ice Lake?
user_11322131
0
•
asked Feb 12, 2021
10
0
281
x86-64
micro-optimization
assembly
cpu-architecture
Avoiding self-modifying code (SMC) machine clears when writing to executable memory
user_8528014
0
•
asked Feb 5, 2021
2
0
146
self-modifying
jit
micro-optimization
x86
assembly
branch vs memory access - what is generally more preferred in AArch64 mode?
user_2653775
0
•
asked Jan 30, 2021
2
0
88
arm64
micro-optimization
assembly
Inconsistent `perf annotate` memory load/store time reporting
user_485343
0
•
asked Jan 26, 2021
2
1
149
perf
x86-64
micro-optimization
assembly
performance
ADD slower than ADC in the first step of a bigint multiply on Coffee Lake (Skylake)
user_899255
0
•
asked Jan 24, 2021
12
0
262
micro-optimization
x86
assembly
cpu-architecture
performance
Why does some Windows booloader code zero registers with `sub` instead of `xor`?
user_15047974
0
•
asked Jan 20, 2021
2
2
109
zero-initialization
micro-optimization
x86
assembly
How fast is accessing a struct member in C?
Admin
1
•
asked Jan 8, 2021
6
3
722
micro-optimization
struct
c
performance
Optimizing this "coincidence search" algorithm, for speed
user_14073182
0
•
asked Jan 7, 2021
4
1
107
micro-optimization
optimization
algorithm
c++
performance
Prev
Prev
4
5
6
(current)
7
8
Next
Next
Hot Questions