[all-commits] [llvm/llvm-project] abeeae: [X86] Support `_Float16` on SSE2 and up

Phoebe Wang via All-commits all-commits at lists.llvm.org
Thu Jun 30 02:22:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: abeeae570efff38dceccf68f5352809c58ffdda2
      https://github.com/llvm/llvm-project/commit/abeeae570efff38dceccf68f5352809c58ffdda2
  Author: Phoebe Wang <phoebe.wang at intel.com>
  Date:   2022-06-30 (Thu, 30 Jun 2022)

  Changed paths:
    M clang/docs/LanguageExtensions.rst
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Basic/Targets/X86.cpp
    A clang/test/CodeGen/X86/Float16-arithmetic.c
    A clang/test/CodeGen/X86/Float16-complex.c
    R clang/test/CodeGen/X86/avx512fp16-complex.c
    M clang/test/Sema/Float16.c
    M clang/test/Sema/conversion-target-dep.c
    M clang/test/SemaCXX/Float16.cpp
    M compiler-rt/test/builtins/CMakeLists.txt

  Log Message:
  -----------
  [X86] Support `_Float16` on SSE2 and up

This is split from D113107 to address #56204 and https://discourse.llvm.org/t/how-to-build-compiler-rt-for-new-x86-half-float-abi/63366

Reviewed By: zahiraam, rjmccall, bkramer, MaskRay

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




More information about the All-commits mailing list