move building directions out into separate file
[sfpy.git] / README.md
1 # sfpy
2 softfloat and softposit in Python
3 * support for softfloat float16, float32, and float64
4 * support for softposit posit8, quire8, posit16, and quire16
5
6 ## Demo
7 ```
8 # WIP
9 ```
10
11 ## Building
12 See [BUILDING](BUILDING.md).