Revert "The _Float16 type is supported on x86 systems with SSE2 enabled."
authorZahira Ammarguellat <zahira.ammarguellat@intel.com>
Tue, 23 Nov 2021 13:00:57 +0000 (08:00 -0500)
committerZahira Ammarguellat <zahira.ammarguellat@intel.com>
Tue, 23 Nov 2021 13:00:57 +0000 (08:00 -0500)
commitfd759d42c9f84d16efa99a59620cbb3e6836fed4
tree64aba4290dc6f3d16596b65ea6040a1c74576e0b
parent3ff4e5f2a4a6a0e124356b2ad8793270ebbb16c1
Revert "The _Float16 type is supported on x86 systems with SSE2 enabled."

This reverts commit 6623c02d70c3732dbea59c6d79c69501baf9627b.
The change seems to be breaking build of compiler-rt on Debian.
clang/docs/LanguageExtensions.rst
clang/docs/ReleaseNotes.rst
clang/lib/Basic/Targets/X86.cpp
clang/test/CodeGen/X86/Float16-arithmetic.c [deleted file]
clang/test/CodeGen/X86/avx512fp16-abi.c [moved from clang/test/CodeGen/X86/fp16-abi.c with 94% similarity]
clang/test/CodeGen/X86/avx512fp16-complex.c [moved from clang/test/CodeGen/X86/fp16-complex.c with 96% similarity]
clang/test/Sema/Float16.c
clang/test/Sema/conversion-target-dep.c
clang/test/SemaCXX/Float16.cpp