Support __builtin_assume_aligned

Issue #1380 closed
Erik Schnetter created an issue

The builtin assume_aligned tells the compiler that a certain pointer is aligned. This can lead to more efficient code when auto-vectorization is used.

Keyword:

Comments (5)

  1. Log in to comment