I have a generated function that generates a very small function
(essentially a vector load instruction). Unfortunately, this function
is not inlined, and I thus want to mark the generated function as
@inline. How do I do so?

Writing either "@inline @generated" or "@generated @inline" both fail.

-erik

-- 
Erik Schnetter <[email protected]>
http://www.perimeterinstitute.ca/personal/eschnetter/

Reply via email to