llvm / llvm-project

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

Provide `tan` in libc #96930

Closed petrhosek closed 4 months ago

petrhosek commented 4 months ago

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

llvmbot commented 4 months ago

@llvm/issue-subscribers-libc

Author: Petr Hosek (petrhosek)

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