mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Test Commit: Reformats 2 lines in LangRef.rst
llvm-svn: 245673
This commit is contained in:
parent
482995ea0a
commit
7e7f78516e
@ -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…
Reference in New Issue
Block a user