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 5cd1e8d3ab
commit 187155360e
1 changed files with 4 additions and 4 deletions

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