Search code examples
Manual vectorization using AVX vector intrinsics only runs about the same speed as 4 scalar FP adds ...


cassemblyx86cpu-architectureavx

Read More
How can a connection between one gate input with mutiple outputs of other gates causes circuit memor...


cpu-architecturedigital-design

Read More
How does the CPU know that it needs to start executing the context of a new thread?...


windowsoperating-systemcpu-architecture

Read More
Slowdown when accessing data at page boundaries?...


performancememorycpu-architecturecpu-cache

Read More
Processor Speedup Calculation Difference...


cpu-architectureparallelism-amdahl

Read More
Why is processing an unsorted array the same speed as processing a sorted array with modern x86-64 c...


c++performanceclangcpu-architecturebranch-prediction

Read More
Why different ranges of permitted shift values for ARM LSL vs LSR?...


assemblyarmcpu-architectureinstruction-set

Read More
Translating Java while loop into ARM Assembly?...


javaassemblywhile-looparmcpu-architecture

Read More
Problems with ADC/SBB and INC/DEC in tight loops on some CPUs...


delphiassemblyx86cpu-architecturebigint

Read More
Where is the Write-Combining Buffer located? x86...


x86intelcpu-architecturecpu-cacheamd-processor

Read More
How are MMIO, IO and PCI configuration request routed and handled by the OS in a NUMA system?...


iox86cpu-architecturenuma

Read More
What kind of address instruction does the x86 cpu have?...


x86cpucomputer-sciencecpu-architectureinstruction-set

Read More
Cache Locality - weight of TLB, Cache Lines, and ...?...


operating-systemcpu-architecturecpu-cachetlbcache-locality

Read More
Clock cycle and R-type command execution times...


mipscpu-architecture

Read More
How does Linux handle Intel's Optane Persistent Memory Modules under Memory Mode?...


performancelinux-kernelintelcpu-architecturepersistent-memory

Read More
Can someone explain this about paging in operating system?...


memory-managementoperating-systempagingcpu-architecture

Read More
Why is x86 ugly? Why is it considered inferior when compared to others?...


assemblyx86mipsx86-64cpu-architecture

Read More
MIPS Pipeline stages for Load Immediate...


assemblymipscpu-architectureimmediate-operand

Read More
how do MMU knows the level of page table being used by operating system?...


x86operating-systemcpu-architecturevirtual-memorymmu

Read More
Do instruction sets like x86 get updated? If so, how is backwards compatibility guaranteed?...


cpu-architectureinstruction-set

Read More
Aarch64 what is late-forwarding?...


assemblycpu-architecturearm64

Read More
How do weak ISAs resolve WAW memory hazards using the store buffer?...


cpu-architecture

Read More
memory_order_relaxed and visibility...


c++atomiccpu-architecturestdatomic

Read More
Are caches of different level operating in the same frequency domain?...


cachingcpucpu-architecture

Read More
Analogy between 2 CPU having same Instruction Set Architecture (ISA)...


cpu-architecture

Read More
why is sizeof(ptrdiff_t) == sizeof(uintptr_t)...


c++cpointersc99cpu-architecture

Read More
Why does x86 paging have no concept of privilege rings?...


x86operating-systemcpu-architecturepagingprivileges

Read More
Conditional jump instructions in MSROM procedures?...


x86intelcpu-architecturebranch-predictionmicro-architecture

Read More
How does a 64-bit computer change one byte in memory?...


cassemblymemoryx86-64cpu-architecture

Read More
Is MOD operation more CPU intensive than multiplication?...


c++cpu-architecturemultiplicationdivision

Read More
BackNext