[PATCH] D149715: IR: Add llvm.frexp intrinsic
    Sergei Barannikov via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue May 23 04:09:01 PDT 2023
    
    
  
barannikov88 added inline comments.
================
Comment at: llvm/docs/LangRef.rst:14773
+
+The first argument is a :ref:`floating-point <t_floating>` or
+:ref:`vector <t_vector>` of floating-point values. Returns two values
----------------
================
Comment at: llvm/docs/LangRef.rst:14787
+of two such that the absolute value of the returned value is in the
+range [0.5, 1.0), with the same sign as the argument.
+
----------------
This should explain what is returned in either of the struct fields.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149715/new/
https://reviews.llvm.org/D149715
    
    
More information about the llvm-commits
mailing list