Fix spurious divbyzero exception with clang

A division is hoisted from behind a check (to use fcsel on the result) by
several versions of clang, and it can signal spurious divbyzero exception.
1 file changed
tree: bec88c2dc9c1774267ef980153d8d1f4d740d96e
  1. auxiliary/
  2. math/
  3. test/
  4. .gitignore
  5. config.mk.dist
  6. LICENSE
  7. Makefile
  8. README