mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-30 10:45:40 +03:00 
			
		
		
		
	This patch is using the corresponding GCC builtin for logbf, logb, logbl and logbf128 if the USE_FUNCTION_BUILTIN macros are defined to one in math-use-builtins-function.h. Co-Authored-By: Xi Ruoyao <xry111@xry111.site>
		
			
				
	
	
		
			5 lines
		
	
	
		
			114 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			114 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #define USE_LOGB_BUILTIN 0
 | |
| #define USE_LOGBF_BUILTIN 0
 | |
| #define USE_LOGBL_BUILTIN 0
 | |
| #define USE_LOGBF128_BUILTIN 0
 |