Search code examples
Do CPUs have a hardware "math cache" or dictionary that stores the result of simple math o...


performancemathcpucpu-architecturealu

Read More
Aligning to cache line and knowing the cache line size...


clinuxcachingcpu-architecturememory-alignment

Read More
Are page table locations specified/constrained in x86 operating systems?...


x86operating-systemcpu-architecturevirtual-memorypage-tables

Read More
Why not just predict both branches?...


cpucpu-architectureprefetchbranch-predictionspeculative-execution

Read More
How exactly x86 processor fetches the first instruction from SPI flash memory...


x86cpu-architecturemicrocontrollerintelmicroprocessors

Read More
Preserving the Execution pipeline with branch layout in C source? Which prediction do CPUs or compil...


ccpu-architecturecompiler-optimizationmicro-optimizationbranch-prediction

Read More
Compiling for both Intel and PPC CPUs on OSX...


macosgcccpu-architecturepowerpc

Read More
Parallel execution of a piece of x64 code...


assemblyx86-64cpu-architecture

Read More
Is there a compiler flag to indicate lack of armv7s architecture...


iosxcodelinkercpu-architecture

Read More
Why is this reordering of sub and mul instructions helpful?...


cassemblygcccpu-architecturemicro-optimization

Read More
descriptor concept in NIC...


drivercpu-architecturenic

Read More
Check architecture in dockerfile to get amd/arm...


dockerdebianx86-64cpu-architectureapple-m1

Read More
Does lock xchg have the same behavior as mfence?...


multithreadingassemblyx86cpu-architecturememory-barriers

Read More
SMT and Hyperthreading : threads vs process...


multithreadingcpu-architecturehyperthreading

Read More
What does it mean when we say "4 cores 8 threads"?...


multithreadingparallel-processingcpu-architecturecpu-coreshyperthreading

Read More
gcc optimization flag -O3 makes code slower than -O2...


c++gccoptimizationcpu-architecturecompiler-optimization

Read More
Is there a code that results in 50% branch prediction miss?...


cperformancecpu-architecturecompiler-optimizationbranch-prediction

Read More
Negative speed up in Amdahl's law?...


parallel-processingcomputer-sciencecpu-architecturecomputation-theoryparallelism-amdahl

Read More
What does the Program counter have as next instruction when a program ends?...


assemblycpu-architectureprogram-counter

Read More
Confusion regarding the Blocking of "peer threads" when a user-level thread blocks...


javamultithreadingoperating-systemcpu-architecturegreen-threads

Read More
How to determine default operand size for instruction decoding x86-64...


assemblyx86-64cpu-architecturedisassemblyinstructions

Read More
how does the accessed bit microcode assist work?...


x86cpucpu-architecturepage-tablesmicro-architecture

Read More
MacOS Computer Systems: A Programmer's Perspective labs setup...


cmacoscpu-architecture32-bitapple-silicon

Read More
Is performance reduced when executing loops whose uop count is not a multiple of processor width?...


performanceassemblyx86cpu-architecturemicro-optimization

Read More
Does SIMD require a multi-core CPU?...


cpucpu-architecturesimd

Read More
Are threads run on CPU or core?...


multithreadingcpucpu-architecturecpu-coreshyperthreading

Read More
Are variables of type .double stored on two registers?...


assemblyfloating-pointmipscpu-architecturecpu-registers

Read More
What happens with the store "that lost race" to shared memory in x86 TSO memory model?...


x86cpucpu-architecturememory-modelmesi

Read More
Pipeline on Registers calculation...


c++assemblyx86cpu-architecture

Read More
If I have an 8-bit value, is there any advantage to using an 8-bit register instead of say, 16, 32, ...


assemblyx86cpu-architecturecpu-registers

Read More
BackNext