Skip to content
  • Peter Colberg's avatar
    Fix undefined reference to __fpgetprec on i386 · aeaf9cef
    Peter Colberg authored
    Closes #137
    
    This reverts commit ebcd40f1.
    
    The tests were failing to load the library on i386 due to an undefined
    reference to __fpgetprec, which resulted from __fpgetprec not being inlined
    due to the missing definition of __GNUCLIKE_ASM and __CC_SUPPORTS___INLINE__.
    aeaf9cef