From 3b6f93a2d59fc491662ee1f720f97b04205462fa Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Tue, 2 Oct 2012 04:00:19 +0000 Subject: Close #1589: Enable floating point by default for iOS target git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4274 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/config_site_sample.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pjlib') diff --git a/pjlib/include/pj/config_site_sample.h b/pjlib/include/pj/config_site_sample.h index 0c7832f0..845d1bba 100644 --- a/pjlib/include/pj/config_site_sample.h +++ b/pjlib/include/pj/config_site_sample.h @@ -302,8 +302,10 @@ * PJLIB settings. */ - /* Disable floating point support */ - #define PJ_HAS_FLOATING_POINT 0 + /* Both armv6 and armv7 has FP hardware support. + * See https://trac.pjsip.org/repos/ticket/1589 for more info + */ + #define PJ_HAS_FLOATING_POINT 1 /* * PJMEDIA settings -- cgit v1.2.3