Hello. Today I successfully installed the developer version of Ubuntu via fastboot as described in the Installation Guide. The system appears to be running well.
Except, I’m having trouble accessing the Cortex-A53 crypto features.
dragon> cat test.c
#include <arm_neon.h>
int main() {
uint8x16_t x;
x = vaeseq_u8(x,x);
return 0;
}
dragon>gcc -march=armv8-a+crypto test.c
dragon> a.out
Illegal instruction
I’m able to compile and run non-crypto programs just fine, but