llvm/llvm-project

Implement fixed point divifx functions in llvm-libc

Fechada

#129.124 aberto em 27 de fev. de 2025

 (11 comentários) (0 reação) (1 responsável)C++ (10.782 forks)batch import
good first issuelibc

Métricas do repositório

Stars
 (26.378 estrelas)
Métricas de merge de PR
 (Mesclagem média 1d 2h) (1.000 fundiu PRs em 30d)

Description

ISO 18037 describes various fixed point divifx functions which divide an integer by a fixed point type and returns an integer rather than a fixed point type.

Guia do colaborador