blob: 9a30cefe08b8583411e5d6cbb3d3a205f829caca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$FreeBSD$
--- ../racket/include/scheme.h.orig
+++ ../racket/include/scheme.h
@@ -63,11 +63,6 @@
# define MZ_USE_SINGLE_FLOATS
#endif
-/* gcc defines __SSE_MATH__ when SSE floating point is enabled: */
-#ifdef __SSE_MATH__
-# define C_COMPILER_USES_SSE 1
-#endif
-
#ifdef C_COMPILER_USES_SSE
# if defined(MZ_TRY_EXTFLONUMS) && !defined(MZ_NO_EXTFLONUMS)
# define MZ_LONG_DOUBLE
|