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

Skip to content
  • yb9976's avatar
    Added a new builtin for saturated increment. · b7cb5592
    yb9976 authored
    The builtin can be used to generate fast code for unsigned division by constant.
    
    Code generation is supported for the IA32 and the SPARC backend.
    Since our ARM backend currently has no Add with Carry instruction,
    the builtin is currently not supported on Arm.
    The same holds for the AMD64 backend, which does not support a division yet.
    b7cb5592