Skip to content
Snippets Groups Projects
Commit 9d8f5127 authored by Michael Zolotukhin's avatar Michael Zolotukhin
Browse files

Docs: Add missing new line before a list.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247360 91177308-0d34-0410-b5e6-96231b3b80d8
parent d91b0e8b
No related branches found
No related tags found
No related merge requests found
...@@ -1760,6 +1760,7 @@ instructions for implementing atomic operations. ...@@ -1760,6 +1760,7 @@ instructions for implementing atomic operations.
void __builtin_arm_clrex(void); void __builtin_arm_clrex(void);
The types ``T`` currently supported are: The types ``T`` currently supported are:
* Integer types with width at most 64 bits (or 128 bits on AArch64). * Integer types with width at most 64 bits (or 128 bits on AArch64).
* Floating-point types * Floating-point types
* Pointer types. * Pointer types.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment