You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+42-28Lines changed: 42 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,11 +127,6 @@ This library has been tested on:
127
127
- Linux (Ubuntu)
128
128
- A CodeAnywhere "DevBox"
129
129
130
-
Configuration
131
-
=============
132
-
133
-
Configuration settings are in :code:`include/Config.hpp`. This file allows you to turn on/off debug message printing (which itself is port-specific, and defined in :code:`include/Port.hpp/cpp`).
134
-
135
130
Compiling
136
131
=========
137
132
@@ -149,55 +144,74 @@ The cmake method will build the fixed point library and automatically runs all u
149
144
~/MFixedPoint/build$ cmake ..
150
145
~/MFixedPoint/build$ make
151
146
152
-
You can then the tests by calling:
147
+
You can run the tests manually by calling:
153
148
154
149
.. code:: bash
155
150
156
151
~/MFixedPoint/build$ ./test/MFixedPointTests
157
152
158
-
Usage
159
-
=====
153
+
Examples
154
+
========
160
155
161
156
See the unit tests in :code:`test/` for more usage examples!
162
157
163
158
.. code:: cpp
164
159
165
-
// Include the API header which provides access to all of the fixed-point
0 commit comments