llvm/llvm-project

Implement fixed point mulifx functions in llvm-libc

Open

#129,123 opened on Feb 27, 2025

 (11 comments) (0 reactions) (1 assignee)C++ (10,782 forks)batch import
good first issuelibc

Repository metrics

Stars
 (26,378 stars)
PR merge metrics
 (PR metrics pending)

Description

ISO 18037 describes various fixed point mulifx functions which multiply a fixed point number by an integer and returns an integer rather than a fixed point type.

Contributor guide