mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-03 09:22:01 +00:00 
			
		
		
		
	ggml : add math.h to ggml-impl.h
This commit is contained in:
		@@ -6,7 +6,8 @@
 | 
			
		||||
 | 
			
		||||
#include <stddef.h>
 | 
			
		||||
#include <stdbool.h>
 | 
			
		||||
#include <string.h>
 | 
			
		||||
#include <string.h> // memcpy
 | 
			
		||||
#include <math.h>   // fabsf
 | 
			
		||||
 | 
			
		||||
// static_assert should be a #define, but if it's not,
 | 
			
		||||
// fall back to the _Static_assert C11 keyword.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user