Replies: 2 comments
-
LLVM PR that needed this API: llvm/llvm-project#139721 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am open to exposing this as one of the functions in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm wondering if you would be open to exposing
nanobind/src/nb_ft.h
Line 28 in 62fc996
as a nanobind API, perhaps with
unstable
in the name.We found that we needed this exact feature in a user of nanobind but weren't thrilled to have to reimplement it, and it's probably good for the world that we don't end up with many copies of the fallback implementation (
nanobind/src/nb_ft.cpp
Line 23 in 62fc996
Beta Was this translation helpful? Give feedback.
All reactions