google / XNNPACK

High-efficiency floating-point neural network inference operators for mobile, server, and Web
Other
1.89k stars 376 forks source link

Replace the `C++17` `static_assert(bool)` with the `C++11` `static_assert(bool, const char *)`. #7535

Closed copybara-service[bot] closed 13 hours ago

copybara-service[bot] commented 14 hours ago

Replace the C++17 static_assert(bool) with the C++11 static_assert(bool, const char *).