pkg: remove unused files, add highway API to get targets

This commit is contained in:
Mitchell Hashimoto
2024-02-05 21:09:20 -08:00
parent 49f9059e0c
commit 8bbcf6821a
7 changed files with 97 additions and 46 deletions

9
pkg/highway/bridge.cpp Normal file
View File

@@ -0,0 +1,9 @@
#include <hwy/targets.h>
#include <stdint.h>
extern "C" {
int64_t hwy_supported_targets() {
return HWY_SUPPORTED_TARGETS;
}
}