This fixes the bug that exp({501, 0}) returns {inf, nan} instead
of {inf, 0}.
Differential Revision: https://reviews.llvm.org/D112277
3.8 KiB
3.8 KiB
This fixes the bug that exp({501, 0}) returns {inf, nan} instead
of {inf, 0}.
Differential Revision: https://reviews.llvm.org/D112277