Vectors: change default for VECTORISE_ALWAYS_USE_UNALIGNED_LOADS to true

Issue #2815 open
Roland Haas created an issue

This seems to avoid issues where code gets compiled to use aligned loads even when unaligned loads should be used. Since unaligned loads are no longer slower than aligned ones, this is a simple workaround.

Comments (3)

  1. Log in to comment