Skip to content

Use CHECK_POINTERS for null pointer checks in NEON sum.

Richard Wells requested to merge feature-sum_neon_pointer_check into main

Use helper function "CHECK_POINTERS" to ensure parameters are not null, instead of an if statement.

Edited by Richard Wells

Merge request reports