`totalorderfN` and `totalordermagfN` are missing `const`. The second parameter should be `const float N_t*`, not `float N_t*`. The generic versions correctly have `const` on both parameters.
totalorderfNandtotalordermagfNare missingconst.The second parameter should be
const float N_t*, notfloat N_t*. The generic versions correctly haveconston both parameters.