mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-27 00:15:58 +00:00
Clarify that fpaccuracy metadata is giving the compiler permission to use a
less accurate method. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154319 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e80aa7c783
commit
92fc76c901
@ -3006,8 +3006,10 @@ call void @llvm.dbg.value(metadata !24, i64 0, metadata !25)
|
||||
<div>
|
||||
|
||||
<p><tt>fpaccuracy</tt> metadata may be attached to any instruction of floating
|
||||
point type. It expresses the maximum relative error of the result of
|
||||
that instruction, in ULPs. ULP is defined as follows:</p>
|
||||
point type. It expresses the maximum relative error allowed in the result
|
||||
of that instruction, in ULPs, thus potentially allowing the compiler to use
|
||||
a more efficient but less accurate method of computing it.
|
||||
ULP is defined as follows:</p>
|
||||
|
||||
<blockquote>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user