forked from OSchip/llvm-project
Test Commit: Reformats 2 lines in LangRef.rst
llvm-svn: 245673
This commit is contained in:
parent
5cd1e8d3ab
commit
187155360e
|
@ -10742,11 +10742,11 @@ This is an overloaded intrinsic. The loaded data is a vector of any integer bit
|
||||||
Overview:
|
Overview:
|
||||||
"""""""""
|
"""""""""
|
||||||
|
|
||||||
The ``llvm.uabsdiff`` intrinsic returns a vector result of the absolute difference of the two operands,
|
The ``llvm.uabsdiff`` intrinsic returns a vector result of the absolute difference of
|
||||||
treating them both as unsigned integers.
|
the two operands, treating them both as unsigned integers.
|
||||||
|
|
||||||
The ``llvm.sabsdiff`` intrinsic returns a vector result of the absolute difference of the two operands,
|
The ``llvm.sabsdiff`` intrinsic returns a vector result of the absolute difference of
|
||||||
treating them both as signed integers.
|
the two operands, treating them both as signed integers.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue