The dynamic dispatcher present within AOCL-Compression executes the optimal function variant based on ISA supported by the runtime machine.
Optionally, AOCL optimizations can be restricted to certain ISAs by setting the environment variable
AOCL_ENABLE_INSTRUCTIONS. Supported values areSSE2,AVX,AVX2andAVX512.The environment variable needs to be set before launching the application for it to take effect.