[all-commits] [llvm/llvm-project] 5aeca3: [CFE][X86] Enable complex _Float16 support
Pengfei Wang via All-commits
all-commits at lists.llvm.org
Tue Aug 17 20:16:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5aeca3b0a59562cc2c3df0b2991277ea506d1823
https://github.com/llvm/llvm-project/commit/5aeca3b0a59562cc2c3df0b2991277ea506d1823
Author: Wang, Pengfei <pengfei.wang at intel.com>
Date: 2021-08-18 (Wed, 18 Aug 2021)
Changed paths:
M clang/lib/CodeGen/TargetInfo.cpp
M clang/lib/Sema/DeclSpec.cpp
A clang/test/CodeGen/X86/avx512fp16-complex-abi.c
A clang/test/CodeGen/X86/avx512fp16-complex.c
M clang/test/Sema/Float16.c
Log Message:
-----------
[CFE][X86] Enable complex _Float16 support
Support complex _Float16 on X86 in C/C++ following the latest X86 psABI. (https://gitlab.com/x86-psABIs)
Reviewed By: LuoYuanke
Differential Revision: https://reviews.llvm.org/D105331
More information about the All-commits
mailing list