about summary refs log tree commit diff
path: root/tests/codegen/float
AgeCommit message (Collapse)AuthorLines
2024-04-10Add basic library support for `f16` and `f128`Trevor Gross-0/+258
Implement basic operation traits that get lowered to intrinsics. This includes codegen tests for implemented operations.