aboutsummaryrefslogtreecommitdiff
path: root/lib/compile_guard.cc
blob: 61c7ad5a101ffe12e80c53e9473dc5e6fcdb2dd8 (plain) (blame)
1
2
3
4
5
/* Copyright (c) 2020 Johannes Stoelp */

#if !defined(linux) || (!defined(__x86_64__) && !defined(__amd64__))
static_assert(false, "Matcha Threads only supported on Linux x86_64!");
#endif