Der neue Dienst "GitLab am KIT" ist unter gitlab.kit.edu erreichbar.

Skip to content
  • Matthias Braun's avatar
    assert that no bigger modes are created than the tarval precision limit · 2210d1a1
    Matthias Braun authored
    The tarval module has a maximally supported precision. Assert that no
    modes with higher precision are created, otherwise the tarval module
    will silently drop the higher bits on calculation. TODO: Change tarval
    module to dynamically use smaller/bigger representations depending on
    the mode.
    
    Removed mode_LLs, mode_LLu, mode_Q for now as they are bigger than the
    limit.
    2210d1a1