This commit is contained in:
fhbai 2023-05-17 14:39:30 +08:00
parent 2856816641
commit c104354894

View File

@ -57,7 +57,7 @@ public:
}
template <typename ResultType, typename T, typename U>
static ResultType apply(
static inline NO_SANITIZE_UNDEFINED ResultType apply(
const T * left,
const U * right,
size_t size)