Skip to content

Commit

Permalink
added experimental quadruple-precision binary to x64/minGW-W64
Browse files Browse the repository at this point in the history
  • Loading branch information
jniemann66 committed Apr 7, 2018
1 parent f4c1b91 commit fd164e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows-build.md
Expand Up @@ -28,7 +28,7 @@ g++ -pthread -std=c++11 ReSampler.cpp -Ilibsndfile/include -Ifftw64 -Lfftw64 -ll

Quad-Precision build (experimental) - GCC / minGW only:
~~~
g++ -pthread -std=gnu++11 ReSampler.cpp -Ilibsndfile/include -Ifftw64 -Lfftw64 -llibfftw3-3 -Llibsndfile/lib -llibsndfile-1 -lquadmath -o x64/minGW-W64/ReSampler.exe -O -DUSE_QUADMATH
g++ -pthread -std=gnu++11 ReSampler.cpp -Ilibsndfile/include -Ifftw64 -Lfftw64 -llibfftw3-3 -Llibsndfile/lib -llibsndfile-1 -lquadmath -o x64/minGW-W64/ReSampler-QuadMath.exe -O -DUSE_QUADMATH
~~~

*note the use of **-std=gnu++11** to enable the gcc-specific language extensions for quad precision - the 'Q' initializer suffix and __float128 type*
Binary file added x64/minGW-W64/ReSampler-QuadMath.exe
Binary file not shown.

0 comments on commit fd164e7

Please sign in to comment.