How to use the vector FastFunctions? #1873
Unanswered
luigi-rosso
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi, I'm curious how the instructions for these functions get generated by the compiler:
luau/VM/src/lbuiltins.cpp
Lines 1904 to 1914 in 68cdcc4
I can't glean from the codebase how to instruct the compiler to generate the correct instructions to use these. I'm exposing a native vector library to Luau and using the builtin vector type instead of a userdata type and would love to take advantage of some of these.
Beta Was this translation helpful? Give feedback.
All reactions