mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +03:00 
			
		
		
		
	All of the isnan functions are in libc.so due to printf_fp, so move __isnanf128 there too for consistency. Reviewed-by: Tulio Magno Quites Machado Filho <tuliom@ascii.art.br> Reviewed-by: Florian Weimer <fweimer@redhat.com>
		
			
				
	
	
		
			4 lines
		
	
	
		
			125 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			125 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* ABI version for _Float128 ABI introduction.  */
 | 
						|
#define FLOAT128_VERSION GLIBC_2.26
 | 
						|
#define FLOAT128_VERSION_M GLIBC_2_26
 |