[libc-commits] [libc] [libc][math][c23] Add dadd{l, f128} and ddiv{l, f128} C23 math functions (PR #100456)

via libc-commits libc-commits at lists.llvm.org
Mon Jul 29 13:02:18 PDT 2024


================
@@ -174,6 +174,7 @@ def add_function_to_yaml(yaml_file, function_details):
 
     with open(yaml_file, "r") as f:
         yaml_data = yaml.load(f, Loader=yaml.FullLoader)
+
----------------
overmighty wrote:

You can just remove this new line so that this PR doesn't change newhdrgen at all.

```suggestion
```

https://github.com/llvm/llvm-project/pull/100456


More information about the libc-commits mailing list