Skip to content

Commit e06ff42

Browse files
authored
Merge pull request ggml-org#160 from GabrielJadderson/add-fp-fast
Add fp:fast for better performance on windows
2 parents c1a0c6e + 356f74c commit e06ff42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_msvc.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cl.exe /Ox /openmp /I. run.c win.c
1+
cl.exe /fp:fast /Ox /openmp /I. run.c win.c

0 commit comments

Comments
 (0)