Get mmap() working with WIN32 MSVC

- We have pretty high quality POSIX polyfills now
- We no longer need to override malloc()

Tracked by issue #91
Improves upon #341
This commit is contained in:
Justine Tunney
2023-03-28 09:27:41 -07:00
parent e4881686b4
commit cbddf4661b
8 changed files with 700 additions and 751 deletions

View File

@@ -107,7 +107,9 @@ endif()
add_executable(llama
main.cpp
utils.cpp
utils.h)
utils.h
mmap.c
mmap.h)
add_executable(quantize
quantize.cpp