linux-riscv / linux-riscv Public forked from linux-riscv/linux Notifications Fork 0 Star 0 Commit Permalink This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. Merge remote-tracking branch 'rivos/dev/sonny/feature/dpa' ...
@@ -0,0 +1,350 @@ // from selftests dir: make CROSS_COMPILE=riscv64-linux-gnu- TARGETS=dpa#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <stdbool.h> #include <inttypes.h> #include <fcntl.h> #include <unistd.h> ...