Search code examples
Identifying the CPU architecture type using C#...


c#cpucpu-architectureidentify

Read More
Portability of newer assembly instructions...


assemblycpu-architecturearm64portabilityinstruction-set

Read More
How can x86 bsr/bsf have fixed latency, not data dependent? Doesn't it loop over bits like the p...


performanceassemblyx86intelcpu-architecture

Read More
Difference between core and processor...


cpucpu-architecturecpu-cores

Read More
What is the relation between virt_to_phys and the CPU's MMU in the Linux kernel?...


linuxmemorylinux-kernelcpucpu-architecture

Read More
Why is there no integer fused multiply-add for general-purpose registers on x86_64 CPUs?...


integerx86-64cpu-architectureinstruction-setfma

Read More
Write-back vs Write-Through caching?...


cachingcpu-architecturecpu-cache

Read More
Dependency chain analysis...


performanceassemblyx86cpu-architecturemicro-optimization

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


performanceassemblyx86cpu-architecturemicro-optimization

Read More
Is there an issue with "cache coherence" on C++ multi-threading on Windows?...


c++multithreadingcpu-architectureatomicmemory-barriers

Read More
Do different ARM manufacturers provide different instruction sets?...


assemblyarmcpu-architectureinstruction-set

Read More
What is the purpose of the "Prefer 32-bit" setting in Visual Studio and how does it actual...


c#.netvisual-studiocompilationcpu-architecture

Read More
Latency bounds and throughput bounds for processors for operations that must occur in sequence...


performancecpu-architecturemicro-optimization

Read More
Why is my benchmark using __mm_prefetch slower?...


c++x86cpu-architectureprefetch

Read More
(Nand2tetris CPU) (What/How much) happens in each clock cycle?...


architecturecpucpu-architecturenand2tetris

Read More
How do I determine the architecture of an executable binary on Windows 10...


windowscpu-architectureportable-executableidentification

Read More
ARMv8.3 meaning of rcpc...


armcpu-architecturememory-barriersmemory-modelarmv8

Read More
Why does my CPU's efficiency core have a lower core-to-core latency?...


performancecpu-architectureintelmulticorelatency

Read More
Why is the JVM stack-based and the Dalvik VM register-based?...


jvmdalvikcpu-registerscpu-architecturevm-implementation

Read More
Execution stages in a superscalar microarchitecture...


cpucpu-architecturesuperscalar

Read More
Context switching in hardware threads...


multithreadingkernelcpucpu-architecturehyperthreading

Read More
Instruction Idempotence on Page Faults...


x86operating-systemcpu-architecturepagingidempotent

Read More
What exactly makes Compare-and-swap (CAS) loop a better choice in highly concurrent environment?...


javaconcurrencycpu-architectureatomiccompare-and-swap

Read More
How to use Fused Multiply-Add (FMA) instructions with SSE/AVX...


cssecpu-architectureavxfma

Read More
Floating point vs integer calculations on modern hardware...


c++x86floating-pointx86-64cpu-architecture

Read More
Are SIMD and VLIW instructions the same thing?...


x86cpu-architecturesimdinstruction-setvliw

Read More
Why can't we have a safe ISA?...


securitymemory-managementcpu-architectureinstruction-setmemory-safety

Read More
Which factors affect the needed compiler?...


compilationoperating-systemcpucpu-architectureinstruction-set

Read More
Detecting architecture at compile time from MASM/MASM64...


assemblyx86-64cpu-architecturemasmmasm32

Read More
Do any CPU architectures use Metadata?...


cpu-architecture

Read More
BackNext