Use CHECK_POINTERS for null pointer checks in NEON sum.
Use helper function "CHECK_POINTERS" to ensure parameters are not null, instead of an if statement.
Edited by Richard Wells
Use helper function "CHECK_POINTERS" to ensure parameters are not null, instead of an if statement.