[all-commits] [llvm/llvm-project] 93eed6: [builtins] Make __div[sdt]f3 handle denormal results

Anatoly Trosinenko via All-commits all-commits at lists.llvm.org
Tue Sep 1 11:54:58 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 93eed63d2f31888d9d8eb0712287e44771289f6f
      https://github.com/llvm/llvm-project/commit/93eed63d2f31888d9d8eb0712287e44771289f6f
  Author: Anatoly Trosinenko <atrosinenko at accesssoftek.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M compiler-rt/lib/builtins/fp_div_impl.inc
    M compiler-rt/test/builtins/Unit/divdf3_test.c
    M compiler-rt/test/builtins/Unit/divsf3_test.c
    M compiler-rt/test/builtins/Unit/divtf3_test.c

  Log Message:
  -----------
  [builtins] Make __div[sdt]f3 handle denormal results

This patch introduces denormal result support to soft-float division
implementation unified by D85031.

Reviewed By: sepavloff

Differential Revision: https://reviews.llvm.org/D85032




More information about the All-commits mailing list