mirror of
				https://git.code.sf.net/p/libpng/code.git
				synced 2025-07-10 18:04:09 +02:00 
			
		
		
		
	The two new configuation tests, fixed.dfa and float-fixed.dfa verify that the 'standard' configuration of libpng works without floating point arithmetic. Signed-off-by: John Bowler <jbowler@acm.org>
		
			
				
	
	
		
			15 lines
		
	
	
		
			465 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			465 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# fixed-float.dfa
 | 
						|
#  Build time configuration of libpng
 | 
						|
#
 | 
						|
# Author: John Bowler
 | 
						|
# Copyright: (c) John Bowler, 2025
 | 
						|
# Usage rights:
 | 
						|
#  To the extent possible under law, the author has waived all copyright and
 | 
						|
#  related or neighboring rights to this work.  This work is published from:
 | 
						|
#  United States.
 | 
						|
#
 | 
						|
# Test the standard libpng configuration with the fixed point internal
 | 
						|
# implementation in place of the default floating point
 | 
						|
#
 | 
						|
option FLOATING_ARITHMETIC off
 |