18 条评论 (18 条评论)0 个反应 (0 个反应)1 位负责人 (1 位负责人)C++10,782 个派生 (10,782 个派生)batch import
good first issuelibc
仓库指标
- 星标
- 26,378 个星标 (26,378 个星标)
- PR 合并指标
- PR 指标待抓取 (PR 指标待抓取)
描述
ISO 18037 describes various fixed point fxdivi functions which divide an integer by an integer and returns a fixed point type.
贡献者指南
- 研究方向
- 查阅 ISO 18037 标准中关于 fxdivi 函数的规范。检查 llvm libc 中现有的定点数实现,例如定点数乘法或除法,以了解编码模式和测试框架。查看议题评论中的讨论,了解维护者提出的任何具体实现细节或约束。检查代码库中 libc/src/ support/FPUtil 或类似路径下的链接文件,了解定点数支持。
- 技术栈
- ccpp
- 领域
- backendtooling
- 议题类型
- 功能
- 前置要求
- C++Fixed point arithmetic