ghostty/pkg/highway/bridge.cpp
2024-02-05 21:22:28 -08:00

10 lines
130 B
C++

#include <hwy/targets.h>
#include <stdint.h>
extern "C" {
int64_t hwy_supported_targets() {
return HWY_SUPPORTED_TARGETS;
}
}