diff drivers/radeon/Makefile @ 3940:db3a8c95bcf7

Added support of Radeon2 8500 AIW Ugly fix (from non-x86 point) of FPU problems for Radeons color correction Added checking of boundaries during color correction on Radeon
author nick
date Wed, 02 Jan 2002 09:37:37 +0000
parents ff90589b635f
children b69ddd4d3bb9
line wrap: on
line diff
--- a/drivers/radeon/Makefile	Wed Jan 02 00:45:41 2002 +0000
+++ b/drivers/radeon/Makefile	Wed Jan 02 09:37:37 2002 +0000
@@ -13,7 +13,7 @@
 CPPFLAGS := -D__KERNEL__ -I$(KERNEL_INCLUDES)
 
 CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O2 \
-	-fomit-frame-pointer -fno-strict-aliasing -fno-common\
+	-fomit-frame-pointer -fno-strict-aliasing -fno-common -ffast-math\
 	-D__KERNEL__  -DMODULE  -include $(KERNEL_INCLUDES)/linux/modversions.h
 AFLAGS := -D__ASSEMBLY__ $(CPPFLAGS)