This commit is contained in:
Eve 2023-09-20 00:23:57 +00:00 committed by GitHub
parent c0583b2abc
commit ce6f1a0956
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ if (NOT LLAMA_NATIVE)
option(LLAMA_FMA "llama: enable FMA" ON)
# in MSVC F16C is implied with AVX2/AVX512
if (NOT MSVC)
option(LLAMA_F16C "llama: enable F16C" ON)
option(LLAMA_F16C "llama: enable F16C" ON)
endif()
endif()