Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How do I know if my program is CET Shadow Stack(/CETCOMPAT) compatible?

Best way to mask a single bit in AVX2?

c x86 simd avx avx2

Can I use SIMD intrinsics for software that runs on cloud?

x86 cloud sse simd

What are ways to detect race conditions on Linux?

c linux gcc x86 valgrind

What is the advantage of using segment registers (today)?

X86: How to set lower half of xmm0 to 0, without affecting the upper half?

How to initialize a local struct in MASM assembly

assembly struct x86 masm

Is there a typo/bug in the documentation of the loop instruction?

assembly x86 intel manual

In JWASM/MASM - pshufw produces Error A2030: Instruction or register not accepted in current CPU mode

assembly x86 masm sse mmx

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

x86 low-level machine-code

avx three operands for sqrt?

Convention for displaying vector registers

x86 sse simd avx

Why is GCC with __attribute__((__ms_abi__)) returning values differently than MSVC does?

c gcc x86 calling-convention abi

Is uops.info wrong about vinserti128?

Nasm print to next line

linux assembly x86 nasm

FMA intrinsics not working: is it Hardware or Compiler?

c x86 simd intrinsics fma

Where can the code be more efficient for checking if an input character is a vowel?

How does comparing the Sign and Overflow Flag determine operand relationships?

assembly x86 digital-logic

Assembly: What is the purpose of movl data_items(,%edi,4), %eax in this program