Add fxp: A fixed-point math library.

This will be used in the next commit to allow non-integer values for
narenas_ratio.
This commit is contained in:
David Goldblatt
2020-12-01 13:00:57 -08:00
committed by David Goldblatt
parent 99c2d6c232
commit ecd39418ac
8 changed files with 578 additions and 0 deletions

View File

@@ -58,6 +58,7 @@
<ClCompile Include="..\..\..\..\src\extent.c" />
<ClCompile Include="..\..\..\..\src\extent_dss.c" />
<ClCompile Include="..\..\..\..\src\extent_mmap.c" />
<ClCompile Include="..\..\..\..\src\fxp.c" />
<ClCompile Include="..\..\..\..\src\hook.c" />
<ClCompile Include="..\..\..\..\src\hpa.c" />
<ClCompile Include="..\..\..\..\src\hpa_central.c" />

View File

@@ -58,6 +58,9 @@
<ClCompile Include="..\..\..\..\src\extent_mmap.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\src\fxp.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\src\hook.c">
<Filter>Source Files</Filter>
</ClCompile>