mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-05-05 23:43:00 +00:00
10 lines
130 B
C++
10 lines
130 B
C++
#include <hwy/targets.h>
|
|
#include <stdint.h>
|
|
|
|
extern "C" {
|
|
|
|
int64_t hwy_supported_targets() {
|
|
return HWY_SUPPORTED_TARGETS;
|
|
}
|
|
}
|