ggerganov commited on
Commit
4a21ad6
·
1 Parent(s): a1f4201

ruby : add cmake option (#0)

Browse files
Files changed (1) hide show
  1. bindings/ruby/ext/options.rb +1 -0
bindings/ruby/ext/options.rb CHANGED
@@ -142,6 +142,7 @@ class Options
142
  bool "GGML_RV_ZFH"
143
  pending "GGML_SCCACHE_FOUND"
144
  string "GGML_SCHED_MAX_COPIES"
 
145
  ignored "GGML_STATIC"
146
  bool "GGML_SYCL"
147
  string "GGML_SYCL_DEVICE_ARCH"
 
142
  bool "GGML_RV_ZFH"
143
  pending "GGML_SCCACHE_FOUND"
144
  string "GGML_SCHED_MAX_COPIES"
145
+ bool "GGML_SSE42"
146
  ignored "GGML_STATIC"
147
  bool "GGML_SYCL"
148
  string "GGML_SYCL_DEVICE_ARCH"