| author | |
| committer | |
| log | 733c547a65b005338c89e3b6a6cb6e817bee632b |
| tree | fe6f7a0ef8be4ff246e85950f4c9bdd74b7ce327 |
| parent | 01168e15775a6fb7dcac086785de476a9ffc3fe2 |
1 files changed, 4 insertions(+), 0 deletions(-)
std/special/compiler_rt/comparesf2.zig+4| ... | ... | @@ -116,3 +116,7 @@ pub extern fn __nesf2(a: fp_t, b: fp_t) c_int { |
| 116 | 116 | pub extern fn __gtsf2(a: fp_t, b: fp_t) c_int { |
| 117 | 117 | return __gesf2(a, b); |
| 118 | 118 | } |
| 119 | ||
| 120 | test "import comparesf2" { | |
| 121 | _ = @import("comparesf2_test.zig"); | |
| 122 | } |