You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been working on a new version of the SML3d library (based on the programmable
core profile) and there is a feature that would greatly reduce the size of the C/ML
interface. For a C function like
On Fri, 11 Apr 2014, John Reppy wrote:
I've been working on a new version of the SML3d library (based on the programmable
core profile) and there is a feature that would greatly reduce the size of the C/ML
interface. For a C function like
I generate multiple wrappers where the fourth parameter type is specialized to
various different array and vector types:
What I would like are functions in
Unsafe.Vector
andUnsafe.Array
to cast vector and array types to pointers.For completeness, it would be good to have these on the monomorphic vector and array types too.
The text was updated successfully, but these errors were encountered: