Replace `isnan()` with fp equality test in neon code (#925)
* Replace serialized isnan(x) calls with cmp_eq(x,x) (changing sense of associated tests accordingly).
Please register or sign in to comment
* Replace serialized isnan(x) calls with cmp_eq(x,x) (changing sense of associated tests accordingly).