Skip to content
  • Liam Healy's avatar
    Use fsbv:defcstruct for complex, type spec (:pointer type) · 0b3847ba
    Liam Healy authored
    Define complex-float-c and complex-double-c using fsbv:defcstruct so
    that they can be passed by value.  A type specification of the form
    (:pointer type) is accepted for allocated objects passed by reference
    to foreign functions so that their values can be set and returned from
    the CL function.  This expands correctly for #'minmax, not tested
    yet.
    0b3847ba