Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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

assembly x86 sse simd avx

Cost of push vs. mov (stack vs. near memory), and the overhead of function calls

Modern x86 cost model

What is the purpose of setting the platform target for a Visual Studio application?

x86 Assembly pointers

pointers assembly x86

Using devenv.exe from the command line and specifying the platform

x86 devenv anycpu

What's the relative speed of floating point add vs. floating point multiply

x86 Assembly pushl/popl don't work with "Error: suffix or operands invalid"

assembly x86 x86-64

What's the purpose of the rotate instructions (ROL, RCL on x86)?

What are CLD and STD for in x86 assembly language? What does DF do?

assembly x86

Differences Between ARM Assembly and x86 Assembly [closed]

assembly embedded x86 arm

Crash with icc: can the compiler invent writes where none existed in the abstract machine?

Physical or virtual addressing is used in processors x86/x86_64 for caching in the L1, L2 and L3?

How expensive is it to convert between int and double?

What do the E and R prefixes stand for in the names of Intel 32-bit and 64-bit registers?

What x86 register denotes source location in movsb instruction?

assembly x86 cpu-registers

What is the size of float and double in C and C++? [duplicate]

c++ c floating-point x86 64-bit

How to check if compiled code uses SSE and AVX instructions?

c++ assembly x86 g++ simd

Cycles/cost for L1 Cache hit vs. Register on x86?

Intel x86 vs x64 system call