Restore those #define as in master

This commit is contained in:
Clement Jamin 2014-07-01 19:35:00 +02:00
parent 6cb21d7b18
commit 906da2deac
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
//#define CGAL_PROFILE
//#define CGAL_USE_SSE2_FABS
//#define CGAL_USE_SSE2_MAX
#define CGAL_USE_SSE2_FABS
#define CGAL_USE_SSE2_MAX
//#define CGAL_MSVC_USE_STD_FABS // use this one with precise
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>