Search code examples
Compiler flags of GCC/CLANG to generate "BEXTR" instruction (of IA32's BMI1)...

gccx86clangcompiler-optimizationbmi

Read More
What are the best instruction sequences to generate vector constants on the fly?...

assemblyx86ssesimdavx

Read More
What would happen if the CS segment register is changed? (And how would you do so?)...

assemblyx86x86-16memory-segmentation

Read More
Is this inline asm correct for bitcasting int as float?...

cassemblygccx86inline-assembly

Read More
Assembly x86 to C...

cassemblyx86disassembly

Read More
How CPU architecture 8085 and 8086 (and also cpu based on 8086) differ and categorized?...

x86intelcpu-registerscpu-architecture

Read More
What causes kernel memory operations in perf stats for an userspace-only process?...

c++performancex86cpu-architectureperf

Read More
change instruction set in GCC...

gccx86cpu-architectureinstruction-set

Read More
Understanding Memory Controller RPQ/WPQ ordering guarantees for loads and ntstores...

assemblyx86x86-64cpu-architecturememory-model

Read More
INC instruction vs ADD 1: Does it matter?...

performanceassemblyx86incrementmicro-optimization

Read More
Why float division is faster than integer division in c++?...

performancec++11x86floating-pointdivision

Read More
Uniprocessor atomicity guarantee in C on x86?...

cmultithreadingx86atomic

Read More
Can 2 instructions be truly simultaneous on a multi-core CPU...

memoryparallel-processingx86cpu-architecturesuperscalar

Read More
Why is mov turing complete?...

assemblyx86computer-sciencemovturing-complete

Read More
"Pentium-safe FDIV" ... in year 2014?...

delphix86cpuintelbackwards-compatibility

Read More
Assembly Program for Pascal's Triangle Prints Garbled Output Beyond Row 4...

assemblyx86masmpascals-triangleoutput-formatting

Read More
Can the status register influence data storage in a CPU?...

assemblyx86cpu-architecturecpu-registerseflags

Read More
Why does this uninitialized boolean variable always start at 0?...

clinuxx86

Read More
Does legacy x86 (before Intel-VT and AMD-SVM) supports Type 1 Hypervisor?...

x86virtual-machineemulationcpu-architectureqemu

Read More
What is the difference between Trap and Interrupt?...

x86operating-systemkernelinterruptcpu-architecture

Read More
JRE 32bit vs 64bit...

javax86x86-64jvm-hotspot

Read More
Truncating floats to int on x86 vs x86_64 has different rounding error...

c++gccx86x86-64rounding-error

Read More
What does mov eax, dword ptr [eax] do?...

assemblyx86

Read More
Why my code will crash at the end of the start function?...

linuxassemblygccx86linker

Read More
What is addressing mode [IndexReg * ScaleFactor + Offset] used for?...

assemblyx86addressing-mode

Read More
How can I write raw machine code for x86 without using assembly?...

x86low-levelmachine-code

Read More
What is the difference between MOV and LEA?...

assemblyx86instruction-set

Read More
Optimizing an incrementing ASCII decimal counter in video RAM on 7th gen Intel Core...

assemblyoptimizationx86intelbootloader

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

x86operating-systemcpu-architecturevirtual-memorypage-tables

Read More
How do you build the 8g and 6g Go compilers for Go...

gobuildx86x86-64

Read More
BackNext