[libc-commits] [libc] [libc][math] implemented dadd and ddiv (PR #100456)
via libc-commits
libc-commits at lists.llvm.org
Wed Jul 24 17:00:39 PDT 2024
================
@@ -173,7 +173,7 @@ def add_function_to_yaml(yaml_file, function_details):
new_function = parse_function_details(function_details)
with open(yaml_file, "r") as f:
- yaml_data = yaml.safe_load(f)
+ yaml_data = yaml.load(f, Loader=yaml.FullLoader)
----------------
lntue wrote:
sync your PR to head to resolve the merge conflict.
https://github.com/llvm/llvm-project/pull/100456
More information about the libc-commits
mailing list