From 8b807f751425ba95682e0769de0152ed1c18559e Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 19 Jul 2009 05:36:06 +0000 Subject: [PATCH] enable floating point API by default --- include/libtorrent/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/config.hpp b/include/libtorrent/config.hpp index 9596dab1d..72eb05499 100644 --- a/include/libtorrent/config.hpp +++ b/include/libtorrent/config.hpp @@ -121,7 +121,7 @@ POSSIBILITY OF SUCH DAMAGE. // set this to 1 to disable all floating point operations // (disables some float-dependent APIs) -#define TORRENT_NO_FPU 1 +#define TORRENT_NO_FPU 0 #ifdef TORRENT_WINDOWS #include