Trivial fix for the messages of `assert(UseAES, "need AES instructions and misaligned SSE support")` in stubGenerator_aarch64.cpp.
The SSE instruction set is an extension to the x86 architecture. On aarch64, AES cryptographic extension are used for these intrinsics.
The SSE instruction set is an extension to the x86 architecture. On aarch64, AES cryptographic extension are used for these intrinsics.