Top "Intel" questions

For issues related to Intel semiconductor chips and assemblies, Intel architectural features and ISA extensions, and Intel chips micro-architecture.

NV12 to RGB24 conversion code in C++

Does anyone know how to convert Intel Media SDK (version: Media SDK 2010) H.264 video frame decoded output NV12 format to …

c++ winapi intel codec color-codes
Using __m256d registers

How do you use __m256d? Say I want to use the Intel AVX instruction _mm256_add_pd on a …

c++ x86 intel simd avx
Why is it not possible to push a byte onto a stack on Pentium IA-32?

I've come to learn that you cannot push a byte directly onto the Intel Pentium's stack, can anyone explain this …

assembly intel x86
After updating of HAXM, emulator with Android API 28 doesn't start up

I have the next issue. After updated HAXM up to 7.2.0 android emulator in android studio with version API 28 dont start …

android emulation intel hardware-acceleration haxm
#error "SSE2 instruction set not enabled" when including <emmintrin.h>

I´m trying to compile some C++ code with cmake and make that uses the include <emmintrin.h> …

c++ linux cmake intel sse2
What is the difference between Intel TXT and TPM?

What is the difference between Intel TXT and TPM? What more Intel TXT has to offer as compared to TPM? …

intel tpm trusted-computing
gnu assembler: get address of label/variable [INTEL SYNTAX]

I have a code like this: .bss woof: .long 0 .text bleh: ...some op codes here. now I would like to …

syntax label gnu intel object-address
What is the purpose of the "PAUSE" instruction in x86?

I am trying to create a dumb version of a spin lock. Browsing the web, I came across a assembly …

parallel-processing x86 x86-64 intel critical-section
How many instructions are there on x86 today?

I am trying to learn up to date x86 assembly all from old 386 base instructions through all the sse additions …

assembly x86 64-bit intel amd-processor
How to read performance counters on i5, i7 CPUs

Modern CPUs have quite a lot of performance counters - http://www.intel.com/content/www/us/en/architecture-and-technology/64-ia-32…

cpu intel performancecounter