Skip to content
  • Daniel Kochmański's avatar
    complex float: add compiler optimizations and ffi definitions · 8cc0ae72
    Daniel Kochmański authored
    - add ffi implementation for long-float
    - add ffi implementation for (complex float) types
    - add compiler optimizations and definitions for complex float
    
    We do not add c?float common constants (long-float i.e has optimizer
    for 0.0 and -0.0), because we don't know if they are common at all and
    if we think about it each would have four entries counting signed
    zeros).
    
    Also add informative comment about global-entries.
    8cc0ae72