llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
26.98k stars 11.05k forks source link

Provide `pow` in libc #92878

Open petrhosek opened 1 month ago

petrhosek commented 1 month ago

We're trying to build Pico SDK against LLVM libc and pow is one of the missing functions.

llvmbot commented 1 month ago

@llvm/issue-subscribers-libc

Author: Petr Hosek (petrhosek)

We're trying to build Pico SDK against LLVM libc and `pow` is one of the missing functions.