SIGN IN SIGN UP

Fix issue #227 (compile error with clang 22)

For whatever reason the original libaegis code specified a target option "evex512" for clang version 18 and higher. While clang 18 ignored the unknown option, clang 22 (and most likely other versions between 18 and 22) complained about the unknown option and ignores ALL target options. This leads to hard compile errors later on.

The solution is to simply drop the invalid target option.
U
utelle committed
ba85c89589896ee3b84a63a337fd1b81bf1bb78b
Parent: e4b6174