Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
-D NOALIAS/-noalias: assert that there is no aliasing of memory references (array addresses or pointers)
-D REDUCTION: apply an omp simd directive with a reduction clause
-D NOFUNCCALL: remove the function and inline the loop
-D ALIGNED/-align: assert that data is aligned on 16B boundary
-fargument-noalias: function arguments cannot alias each other
Infonote

If you are experiencing an error like the following, then use export ADVIXE_MORE_PIN_OPTIONS='-ifeellucky' to set the environment variable ADVIXE_MORE_PIN_OPTIONS (bash):

advixe: Error: [Instrumentation Engine]:
Source/pin/injector_nonmac/auxvector.cpp: CopyAux: 291: unexpected AUX
VEC type 26

advixe: Collection failed.
advixe: Error: The collection was not able to run.
advixe: Error: Data loading failed.
advixe: Error: unknown_fail

...