Force runtime CPU architecture
To force runtime CPU architecture, use the environment variable AOCL_ENABLE_INSTRUCTION before running the test executable.
The supported options are ZEN1, ZEN2, ZEN3, ZEN4 and ZEN5
Example (to force runtime architecture as ZEN3):
export AOCL_ENABLE_INSTRUCTION=ZEN3 && ./bin/cipher/aes-gcm
NOTE: You cannot force the usage of an architecture higher than the system runtime architecture. If you attempt this, the library falls back to the highest supported architecture.