Top "Intel" questions

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

Intel SSE and AVX Examples and Tutorials

Is there any good C/C++ tutorials or examples for learning Intel SSE and AVX instructions? I found few on …

intel sse vectorization avx
Is using double faster than float?

Double values store higher precision and are double the size of a float, but are Intel CPUs optimized for floats? …

c++ performance x86 intel osx-snow-leopard
intel_iommu , what is it?

One of my customers had a problem with a Xeon E5 machine: they were having one gpu (I believe it …

intel iommu
ASM: MASM, NASM, FASM?

I have done ARM assembly programming and I would like to learn the Intel Assembler. I keep hearing all these …

assembly intel nasm masm fasm
Why is genymotion running so slowly?

I am trying to use genymotion for android development because the stock android emulator is painfully slow. Everyone has been …

android intel genymotion
How are cache memories shared in multicore Intel CPUs?

I have a few questions regarding Cache memories used in Multicore CPUs or Multiprocessor systems. (Although not directly related to …

performance x86 multiprocessing intel cpu-cache
Module load intel (ERROR:105: Unable to locate a modulefile for 'intel')

I am trying to use environment-modules in Ubuntu I could successfully install the module package but when I tried to …

bash intel environment-modules modulefile
check if carry flag is set

Using inline assembler [gcc, intel, c], how to check if the carry flag is set after an operation?

c gcc x86 intel
Is there a compiler hint for GCC to force branch prediction to always go a certain way?

For the Intel architectures, is there a way to instruct the GCC compiler to generate code that always forces branch …

c++ gcc intel pragma branch-prediction
HAXM error but vt-x is enabled

When I am installing Intel HAXM I have the following error: This computer meets the requirements for HAXM, but Intel …

android android-studio virtualization intel haxm