Files
swift-mirror/stdlib/public/runtime/Float16Support.cpp
Alastair Houghton 125e54f38c [Runtime] Adjust argument types to match the LLVM15 ABI.
It appears that LLVM 15 changed the ABI for _Float16 on x86-64 such that
values are now passed in `xmm0` instead of using integer registers.

Also enable this code for Linux.

rdar://104134160
2023-02-02 12:21:52 +00:00

7.6 KiB