mirror of
https://github.com/intel/llvm.git
synced 2026-01-29 12:53:33 +08:00
Implements the `nexttoward`, `nexttowardf` and `nexttowardl` functions. Also, raise excepts required by the standard in `nextafter` functions. cc: @lntue