mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			204 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			204 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifdef __SOFTFP__
 | 
						|
# define USE_SQRT_BUILTIN 0
 | 
						|
# define USE_SQRTF_BUILTIN 0
 | 
						|
#else
 | 
						|
# define USE_SQRT_BUILTIN 1
 | 
						|
# define USE_SQRTF_BUILTIN 1
 | 
						|
#endif
 | 
						|
#define USE_SQRTL_BUILTIN 0
 | 
						|
#define USE_SQRTF128_BUILTIN 0
 |