Skip to content
Snippets Groups Projects
Unverified Commit a35b8198 authored by Nora Abi Akar's avatar Nora Abi Akar Committed by GitHub
Browse files

add missing closing bracket (#968)

parent d6b1a36e
No related branches found
No related tags found
No related merge requests found
......@@ -475,6 +475,7 @@ struct neon_double2 : implbase<neon_double2> {
return ifelse(is_large, broadcast(HUGE_VAL),
ifelse(is_small, broadcast(-1),
ifelse(is_not_nan, ifelse(nzero, expgm1, scaled), broadcast(NAN))));
}
// Natural logarithm:
//
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment