llvm/llvm-project

Implement fixed point divifx functions in llvm-libc

Open

#129 124 ouverte le 27 févr. 2025

Voir sur GitHub
 (11 commentaires) (0 réactions) (1 assigné)C++ (10 782 forks)batch import
good first issuelibc

Métriques du dépôt

Stars
 (26 378 stars)
Métriques de merge PR
 (Merge moyen 1j 2h) (1 000 PRs mergées en 30 j)

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.

Guide contributeur