Skip to content

Commit ce6f1a0

Browse files
authored
syntax
1 parent c0583b2 commit ce6f1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if (NOT LLAMA_NATIVE)
6767
option(LLAMA_FMA "llama: enable FMA" ON)
6868
# in MSVC F16C is implied with AVX2/AVX512
6969
if (NOT MSVC)
70-
option(LLAMA_F16C "llama: enable F16C" ON)
70+
option(LLAMA_F16C "llama: enable F16C" ON)
7171
endif()
7272
endif()
7373

0 commit comments

Comments
 (0)