Fix build warning (#2033)

This commit is contained in:
Awni Hannun
2025-04-01 14:42:27 -07:00
committed by GitHub
parent f98ce25ab9
commit c23888acd7
2 changed files with 11 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ struct ScalarT<float16_t, N> {
#endif
template <>
static constexpr int max_size<float16_t> = N;
inline constexpr int max_size<float16_t> = N;
#define SIMD_FP16_DEFAULT_UNARY(op) \
template <> \