| ... | @@ -1,7 +1,7 @@ | ... | @@ -1,7 +1,7 @@ |
| 1 | // Ported from: | 1 | // Ported from: |
| 2 | // | 2 | // |
| 3 | // https://github.com/llvm-mirror/compiler-rt/blob/92f7768ce940f6437b32ecc0985a1446cd040f7a/test/builtins/Unit/addtf3_test.c | 3 | // https://github.com/llvm/llvm-project/blob/02d85149a05cb1f6dc49f0ba7a2ceca53718ae17/compiler-rt/test/builtins/Unit/addtf3_test.c |
| 4 | // https://github.com/llvm-mirror/compiler-rt/blob/92f7768ce940f6437b32ecc0985a1446cd040f7a/test/builtins/Unit/subtf3_test.c | 4 | // https://github.com/llvm/llvm-project/blob/02d85149a05cb1f6dc49f0ba7a2ceca53718ae17/compiler-rt/test/builtins/Unit/subtf3_test.c |
| 5 | | 5 | |
| 6 | const qnan128 = @bitCast(f128, u128(0x7fff800000000000) << 64); | 6 | const qnan128 = @bitCast(f128, u128(0x7fff800000000000) << 64); |
| 7 | const inf128 = @bitCast(f128, u128(0x7fff000000000000) << 64); | 7 | const inf128 = @bitCast(f128, u128(0x7fff000000000000) << 64); |