| 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| 2 | // Licensed under the MIT License. |
| 3 | |
| 4 | export Init.PrepareFxP, Types.FixedPoint; |
| 5 | |
| 6 | @Config(Unrestricted) |
| 7 | export Reciprocal.ComputeReciprocalFxP; |
| 8 | |
| 9 | @Config(FloatingPointComputations) |
| 10 | export Measurement.MeasureFxP; |
| 11 | |