Skip to content

Commit

Permalink
Fix: Missing Genoa capability name
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian authored Aug 14, 2024
1 parent 50cb56c commit f573b77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/usearch/index_plugins.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1528,6 +1528,7 @@ class metric_punned_t {
case simsimd_cap_haswell_k: return "haswell";
case simsimd_cap_skylake_k: return "skylake";
case simsimd_cap_ice_k: return "ice";
case simsimd_cap_genoa_k: return "genoa";
case simsimd_cap_sapphire_k: return "sapphire";
default: return "unknown";
}
Expand Down

0 comments on commit f573b77

Please sign in to comment.