1
0
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:
Mohammad Shahid 2015-08-21 05:31:07 +00:00
parent 482995ea0a
commit 7e7f78516e

View File

@ -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::