Search code examples
How to get whether the OS is 32-bit or 64-bit by UNIX command or in C?...


unixoperating-systemcommandcpu-architecture32bit-64bit

Read More
Itanium seq_cst Fence and Relaxed Atomics Not Using Plain Loads and Stores...


c++cpu-architectureatomicmemory-barriersitanium

Read More
Why didn't the x86-32 architecture get more general purpose registers before x86-64?...


x86x86-64cpu-architecturecpu-registers

Read More
In C++ atomic operations, are the generated values allowed to circularly depend on their own computa...


c++multithreadingcpu-architectureatomicarm64

Read More
Descriptor concept in NIC...


drivercpu-architecturenic

Read More
What is the latency of `clwb` and `ntstore` on Intel's Optane Persistent Memory?...


x86-64intelcpu-architecturepersistent-memory

Read More
How to force cpu core to flush store buffer in c?...


cmultithreadingx86cpu-architecturecpu-cache

Read More
In C++ atomic operations, are the generated values allowed to circularly depend on their own computa...


c++multithreadingcpu-architectureatomicarm64

Read More
Instruction fetch stage...


assemblycomputer-sciencecpu-architecture

Read More
Cost of cache miss and the number of memory round trips...


cachingcpu-architecturecpu-cache

Read More
Why is conditional processing of a sorted array faster than of an unsorted array?...


javac++performancecpu-architecturebranch-prediction

Read More
x86_64 assembly - loop conditions and out of order execution (macro-fusion with JCC)...


loopsassemblyx86-64cpu-architecturemicro-optimization

Read More
Is cache coherency only an issue when storing and not when loading?...


cachingconcurrencyx86cpu-architecturecompare-and-swap

Read More
When to use forwarding and when to use stalls to handle data hazards in pipelining (RISC V architect...


assemblycpu-architectureriscvpipelining

Read More
Is there any architecture that uses the same register space for scalar integer and floating point op...


floating-pointcpu-architecturecpu-registers

Read More
How do cache lines work?...


cachingmemorycpu-architecturecpu-cacheprocessor

Read More
Latency of assembly memory ops in modern CPUs...


performanceassemblyx86cpu-architecturemicro-optimization

Read More
Memory barriers in virtual environments - do they interrupt other cores?...


c++performancecpu-architectureatomicmemory-barriers

Read More
How is load->store reordering possible with in-order commit?...


armcpu-architecturememory-barriers

Read More
Is assembly code and machine code part of the architecture?...


assemblycpu-architecturemachine-codeinstruction-setmicro-architecture

Read More
Do assembly instructions map 1-1 to machine language?...


assemblycpu-architecturemachine-code

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


clinuxcachingcpu-architecturememory-alignment

Read More
Can the hardware reorder an atomic load followed by an atomic store, if the store is conditional on ...


c++multithreadingcpu-architectureatomicmemory-barriers

Read More
Why doesn't a Wallace tree produce numbers with more than 2n final product bits?...


algorithmcpu-architecturemultiplicationsatdigital-logic

Read More
Write back vs Write through bandwidth...


cachingcpu-architecturecpu-cache

Read More
How does the LDA instruction interact with RAM and IR on MU1 architecture?...


assemblyarchitecturecpu-architecture

Read More
How to judge if a given workload is hyper-thread friendly?...


performancecpu-architecturehyperthreading

Read More
Atomicity of loads and stores on x86...


c++x86cpu-architectureatomicmemory-barriers

Read More
What is the stack engine in the Sandy Bridge microarchitecture?...


assemblyx86intelcpu-architecture

Read More
"docker: no matching manifest for linux/amd64 in the manifest list entries"...


dockercpu-architecture

Read More
BackNext