October 08, 2019
https://issues.dlang.org/show_bug.cgi?id=20281

          Issue ID: 20281
           Summary: CustomFloat is limited to 64 bit
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: phobos
          Assignee: nobody@puremagic.com
          Reporter: bugzilla@d-ecke.de

CustomFloat!(60,11); produces error messages while compiling. It looks as if CustomFloats with more than 64 bits alltogether do not work.

--