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
> This project uses source generators that are not included into the solution file. This may cause problems if you build the project in IDE.
10
+
>
11
+
> If you experience any problems mentioning the `FixedMath.NET.Generators` assembly, run the following shell command before opening the project in the IDE:
12
+
>
13
+
> ```console
14
+
> $ dotnet build src/FixedMath.NET.Generators
15
+
> ```
16
+
>
17
+
> (alternately, open said project in the IDE and build it from there)
18
+
19
+
Before building the project in the IDE, remember to build the source generators:
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,3 +18,7 @@ In the unit tests you'll find implementations for Int32-based (Q15.16) and Byte-
18
18
This project started as a port of libfixmath (http://code.google.com/p/libfixmath/).
19
19
20
20
Note that the type requires explicit casts to convert to floating point and this is intentional, the difference between fixed point and floating point math is as important as the one between floating point and integral math.
0 commit comments