diff options
-rw-r--r-- | lib/arch.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,5 +11,5 @@ static_assert(false, "Matcha Threads only supported on Linux!"); #elif defined(__aarch64__) # include "arch/arm64/api.h" #else -static_assert(false, "Matcha Threads only supported on x86_64!"); +static_assert(false, "Unsupported architecture!"); #endif |