Skip to content

A series of examples showing how to solve the alignment problems in vectorization.

Notifications You must be signed in to change notification settings

jingedawang/AlignmentExample

Repository files navigation

AlignmentExample

This repository contains a series of examples showing how to solve the alignment problems in vectorization.

Here is the order it appears in the blog.

  1. unaligned_vectorization.cpp
  2. aligned_vectorization.cpp
  3. encapsulated_vectorization.cpp
  4. unaligned_heap_vectorization.cpp
  5. aligned_heap_vectorization.cpp
  6. malicious_aligned_heap_vectorization.cpp
  7. antimalicious_aligned_heap_vectorization.cpp

See more details in 从Eigen向量化谈内存对齐.

About

A series of examples showing how to solve the alignment problems in vectorization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published