mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-31 07:43:37 +00:00
Test Commit: Reformats 2 lines in LangRef.rst
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245673 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e0d3c7ca6d
commit
903567ca99
@ -10742,11 +10742,11 @@ This is an overloaded intrinsic. The loaded data is a vector of any integer bit
|
||||
Overview:
|
||||
"""""""""
|
||||
|
||||
The ``llvm.uabsdiff`` intrinsic returns a vector result of the absolute difference of the two operands,
|
||||
treating them both as unsigned integers.
|
||||
The ``llvm.uabsdiff`` intrinsic returns a vector result of the absolute difference of
|
||||
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,
|
||||
treating them both as signed integers.
|
||||
The ``llvm.sabsdiff`` intrinsic returns a vector result of the absolute difference of
|
||||
the two operands, treating them both as signed integers.
|
||||
|
||||
.. note::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user