bw_buf cosmetics

This commit is contained in:
Stefano D'Angelo 2024-08-30 14:27:58 +02:00
parent eaaeebb8ff
commit f530db5c45

View File

@ -285,9 +285,9 @@ static inline void bw_buf_fill(
}
static inline void bw_buf_copy(
const float * src,
float * dest,
size_t n_elems) {
const float * src,
float * dest,
size_t n_elems) {
BW_ASSERT(src != BW_NULL);
BW_ASSERT_DEEP(!bw_has_nan(src, n_elems));
BW_ASSERT(dest != BW_NULL);