commit | 1ebaa090d80bf0b59308d2c70f5e58dd8da47450 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Thu Jul 05 14:04:13 2018 +0430 |
committer | Behdad Esfahbod <behdad@behdad.org> | Thu Jul 05 14:04:13 2018 +0430 |
tree | ad1b1fa719071d1482d7e9acb8b68b56972a4096 | |
parent | 18a06f8a662ca7a9e63f74c6443e24a035c40655 [diff] |
Disable vectorization Disable vectorization for now. To correctly use them, we should use posix_memalign() to allocate them. Otherwise, can cause misaligned access. https://bugs.chromium.org/p/chromium/issues/detail?id=860184