From ee31c8e757271e7793a4f1c01e37386253405056 Mon Sep 17 00:00:00 2001 From: x Date: Thu, 19 Dec 2019 18:45:14 +0100 Subject: [PATCH] Transform: Byte+Nibble Transpose/Shuffle header --- transpose.h | 1 + 1 file changed, 1 insertion(+) diff --git a/transpose.h b/transpose.h index 8422912..1b7cf9f 100644 --- a/transpose.h +++ b/transpose.h @@ -107,6 +107,7 @@ int cpuini(int cpuiset); // Ex.: printf("current cpu set=%s\n", cpustr(cpuini(0)) ); char *cpustr(int cpuiset); +int cpuisa(void); #ifdef __cplusplus } #endif