[libc-commits] [libc] 0ca0d55 - [libc] Fix 'float type' incorrectly being used as the return type

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Wed Aug 14 10:57:01 PDT 2024


Author: Joseph Huber
Date: 2024-08-14T12:56:52-05:00
New Revision: 0ca0d55c14d9a4ed694f4fddf0f16616178ca7a4

URL: https://github.com/llvm/llvm-project/commit/0ca0d55c14d9a4ed694f4fddf0f16616178ca7a4
DIFF: https://github.com/llvm/llvm-project/commit/0ca0d55c14d9a4ed694f4fddf0f16616178ca7a4.diff

LOG: [libc] Fix 'float type' incorrectly being used as the return type

Added: 
    

Modified: 
    libc/newhdrgen/yaml/math.yaml

Removed: 
    


################################################################################
diff  --git a/libc/newhdrgen/yaml/math.yaml b/libc/newhdrgen/yaml/math.yaml
index b4ee7f539c2cf..f8b105514271c 100644
--- a/libc/newhdrgen/yaml/math.yaml
+++ b/libc/newhdrgen/yaml/math.yaml
@@ -1212,7 +1212,7 @@ functions:
   - name: fsqrt
     standards:
       - stdc
-    return_type: float type
+    return_type: float
     arguments:
       - type: double
   - name: fsqrtl


        


More information about the libc-commits mailing list