Skip to content

Commit d8b1939

Browse files
committed
added readme regarding quadmath build
1 parent fd164e7 commit d8b1939

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

x64/minGW-W64/QuadMath-readme.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
ReSampler-QuadMath.exe
2+
======================
3+
4+
Experimental Quadruple-precision version of ReSampler
5+
6+
* uses Quadruple-Precision (128-bit floating-point) for calculations
7+
* very slow, because CPU doesn't have 128-bit floating point, so it's implemented in software
8+
* uses the GNU quad-precision math library
9+
* Currently no method of reading quad-precision input files. (The best you can do is 64f)

0 commit comments

Comments
 (0)