mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
Move to a consistent calling convention for both Clang/GNU such that they can be linked with each other. All ARM targets now use the soft-float calling convention for `__gnu_h2f_ieee` and `__gnu_f2h_ieee`, as described in https://github.com/ARM-software/abi-aa/blob/main/rtabi32/rtabi32.rst#the-floating-point-helper-functions.
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================