Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to embed LLVM assembly or intrinsics in C program with Clang?

assembly llvm clang embedding

Vectorizing with unaligned buffers: using VMASKMOVPS: generating a mask from a misalignment count? Or not using that insn at all

gcc assembly x86 sse avx

Why does GCC drop the frame pointer on 64-bit?

Does Java strictfp modifier have any effect on modern CPUs?

How to produce a minimal BIOS hello world boot sector with GCC that works from a USB stick on real hardware?

Why can't GCC assume that std::vector::size won't change in this loop?

c++ gcc assembly

GCC 4.4: Avoid range check on switch/case statement in gcc?

how multicore processors boot?

Fast sine/cosine for ARMv7+NEON: looking for testers…

Improving field get and set performance with ASM or Javassist

Which 2's complement integer operations can be used without zeroing high bits in the inputs, if only the low part of the result is wanted?

Why does this difference in asm matter for performance (in an un-optimized ptr++ vs. ++ptr loop)?

Why is typeA == typeB slower than typeA == typeof(TypeB)?

c# .net assembly x86-64

Developing Android apps using assembly language

android assembly

Running 32 bit assembly code on a 64 bit Linux & 64 bit Processor : Explain the anomaly

linux assembly gdb x86 x86-64

Are there any good, modern, online guides to hand optimizing assembly code? [closed]

optimization assembly

LLVM assembly: assign integer constant to register

What is the difference between assembly on mac and assembly on linux?

macos gcc assembly x86 x86-64

What is the stack engine in the Sandybridge microarchitecture?

Understanding the impact of lfence on a loop with two long dependency chains, for increasing lengths