1
0
mirror of https://github.com/sendyne/cppreg.git synced 2025-05-09 15:14:05 +00:00

FIX TYPOS AND OTHER MINOR DETAILS IN PERFORMANCE EXAMPLE

This also adds a link in the README to the performance page.
This commit is contained in:
Nicolas Clauvelin 2018-03-28 07:54:55 -04:00 committed by Nicolas Clauvelin
parent 4b85835035
commit e763c2bfa8
3 changed files with 31 additions and 18 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 162 KiB

File diff suppressed because one or more lines are too long

View File

@ -12,7 +12,9 @@ Copyright Sendyne Corp., 2010-2018. All rights reserved ([LICENSE](LICENSE)).
* compile-time detection of overflow,
* easily extendable to support, for example, mock-up.
For a short introduction and how-to see the [quick start guide](QuickStart.md). A more complete and detailed documentation is available [here](API.md).
For a short introduction and how-to see the [quick start guide](QuickStart.md). A more complete and detailed documentation is available [here](API.md).
The features provided by `cppreg` come with no overhead or performance penalty compared to traditional low-level C approaches. We give [here](Performance.md) an example comparing the assembly generated by a CMSIS-like implementation versus a `cppreg` one.
## Requirements ##