Plugin using OpenMP #pragmas simd

Issue #36 resolved
edanor repo owner created an issue

A plugin currently named autovec has been proved to provide at least partial vectorization, in a controllable manner. A full implementation using OpenMP would be a nice fallback for new architectures.

Comments (1)

  1. edanor reporter

    Build using openmp can now be forced with -DFORCE_OPENMP flag passed during compilation. Some specialized operations (Shift/rotate + saturated) are still missing.

  2. Log in to comment