compiler-builtins and libm This repository contains two main crates: compiler-builtins: symbols that the compiler expects to be available at link time libm: a Rust implementation of C math libraries, used to pr
Project moved to: https://github.com/llvm/llvm-project - History for lib/builtins/arm/aeabi_memcpy.S - llvm-mirror/compiler-rt
This requires privately reexportinglibm'ssupportmodule at crate root, where it is expected for macros. Oncelibmis made always available, the reexport can be simplified. This delta adds a lot of routines tof16andf128: ceil floor fma (f128 only) fmax fmin fmod ldexp rint round scalbn sqrt A...
I would like to have this library always installed in the installed path ofclang/16.0.0/lib/x86_64-unknown-linux-gnufolder but the problem is using compiler-rt inLLVM_ENABLE_RUNTIMESseldom installs thelibclang_rt.builtins-x86_64.aand some other-x86_64.abuiltins also. ...