Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
0fa39231
Commit
0fa39231
authored
20 years ago
by
Alkis Evlogimenos
Browse files
Options
Downloads
Patches
Plain Diff
Really add the docs this time :-)
llvm-svn: 14167
parent
cf9f8f17
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/docs/LangRef.html
+35
-0
35 additions, 0 deletions
llvm/docs/LangRef.html
with
35 additions
and
0 deletions
llvm/docs/LangRef.html
+
35
−
0
View file @
0fa39231
...
@@ -2563,6 +2563,41 @@ If the argument is a SNAN or QNAN, it returns true, otherwise false.
...
@@ -2563,6 +2563,41 @@ If the argument is a SNAN or QNAN, it returns true, otherwise false.
</div>
</div>
<!-- _______________________________________________________________________ -->
<div
class=
"doc_subsubsection"
>
<a
name=
"i_isunordered"
>
'
<tt>
llvm.isunordered
</tt>
' Intrinsic
</a>
</div>
<div
class=
"doc_text"
>
<h5>
Syntax:
</h5>
<pre>
call bool (
<
float or double
>
,
<
float or double
>
)* %llvm.isunordered(
<
float or double
>
Val1,
<
float or double
>
Val2)
</pre>
<h5>
Overview:
</h5>
<p>
The '
<tt>
llvm.isunordered
</tt>
' intrinsic returns true if either or both of the
specified floating point values is a NAN.
</p>
<h5>
Arguments:
</h5>
<p>
The arguments are floating point numbers of the same type.
</p>
<h5>
Semantics:
</h5>
<p>
If either or both of the arguments is a SNAN or QNAN, it returns true, otherwise
false.
</p>
</div>
<!-- ======================================================================= -->
<!-- ======================================================================= -->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment