all-about-SIMD-on_x86_64
  • Introduction
  • 1.Vectorized Memory Access
  • 2.Intel 64 instructions demo
  • 3.Intel 64 Base Architecture notes
  • 4.Intel 64 Base Architecture:2
  • 5.Intel 64 Base Architecture:3
  • 6.Intel Architecture Optimization
Powered by GitBook
On this page

Was this helpful?

Introduction

this book mainly introduce part of single Instruction Multiple Data ,which can accelerate computation and memory access .i.e. vectorized instruction .

Next1.Vectorized Memory Access

Last updated 4 years ago

Was this helpful?