llvm/llvm-project

Implement fixed point fxdivi functions in llvm-libc

Open

#129.126 aberto em 27 de fev. de 2025

Ver no GitHub
 (18 comments) (0 reactions) (1 assignee)C++ (10.782 forks)batch import
good first issuelibc

Métricas do repositório

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

Description

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

Guia do colaborador