Skip to content

Commit 2757884

Browse files
author
jeanmon
committed
Regenerate relations after rebase to master
1 parent cf0575c commit 2757884

7 files changed

Lines changed: 27 additions & 27 deletions

File tree

barretenberg/cpp/src/barretenberg/vm2/generated/relations/lookups_bc_decomposition.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class lookup_bytecode_bytes_are_bytes_relation
7979

8080
template <typename AllEntities> inline static bool skip(const AllEntities& in)
8181
{
82-
return in.bc_decomposition_sel.is_zero() && in.precomputed_sel_range_8.is_zero();
82+
return in.lookup_bytecode_bytes_are_bytes_inv.is_zero();
8383
}
8484

8585
static std::string get_subrelation_label(size_t index)
@@ -163,7 +163,7 @@ class lookup_bytecode_remaining_abs_diff_u16_relation
163163

164164
template <typename AllEntities> inline static bool skip(const AllEntities& in)
165165
{
166-
return in.bc_decomposition_sel.is_zero() && in.precomputed_sel_range_16.is_zero();
166+
return in.lookup_bytecode_remaining_abs_diff_u16_inv.is_zero();
167167
}
168168

169169
static std::string get_subrelation_label(size_t index)
@@ -251,7 +251,7 @@ class lookup_bytecode_to_read_unary_relation
251251

252252
template <typename AllEntities> inline static bool skip(const AllEntities& in)
253253
{
254-
return in.bc_decomposition_sel.is_zero() && in.precomputed_sel_unary.is_zero();
254+
return in.lookup_bytecode_to_read_unary_inv.is_zero();
255255
}
256256

257257
static std::string get_subrelation_label(size_t index)
@@ -265,4 +265,4 @@ class lookup_bytecode_to_read_unary_relation
265265
}
266266
};
267267

268-
} // namespace bb::avm2
268+
} // namespace bb::avm2

barretenberg/cpp/src/barretenberg/vm2/generated/relations/lookups_bitwise.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class lookup_bitw_byte_lengths_relation : public GenericLookupRelation<lookup_bi
8181

8282
template <typename AllEntities> inline static bool skip(const AllEntities& in)
8383
{
84-
return in.bitwise_start.is_zero() && in.precomputed_sel_integral_tag.is_zero();
84+
return in.lookup_bitw_byte_lengths_inv.is_zero();
8585
}
8686

8787
static std::string get_subrelation_label(size_t index)
@@ -175,7 +175,7 @@ class lookup_bitw_byte_operations_relation
175175

176176
template <typename AllEntities> inline static bool skip(const AllEntities& in)
177177
{
178-
return in.bitwise_sel.is_zero() && in.precomputed_sel_bitwise.is_zero();
178+
return in.lookup_bitw_byte_operations_inv.is_zero();
179179
}
180180

181181
static std::string get_subrelation_label(size_t index)
@@ -189,4 +189,4 @@ class lookup_bitw_byte_operations_relation
189189
}
190190
};
191191

192-
} // namespace bb::avm2
192+
} // namespace bb::avm2

barretenberg/cpp/src/barretenberg/vm2/generated/relations/lookups_execution.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class lookup_dummy_precomputed_relation : public GenericLookupRelation<lookup_du
8989

9090
template <typename AllEntities> inline static bool skip(const AllEntities& in)
9191
{
92-
return in.execution_sel.is_zero() && in.precomputed_sel_bitwise.is_zero();
92+
return in.lookup_dummy_precomputed_inv.is_zero();
9393
}
9494

9595
static std::string get_subrelation_label(size_t index)
@@ -181,7 +181,7 @@ class lookup_dummy_dynamic_relation : public GenericLookupRelation<lookup_dummy_
181181

182182
template <typename AllEntities> inline static bool skip(const AllEntities& in)
183183
{
184-
return in.execution_sel.is_zero() && in.execution_sel.is_zero();
184+
return in.lookup_dummy_dynamic_inv.is_zero();
185185
}
186186

187187
static std::string get_subrelation_label(size_t index)
@@ -195,4 +195,4 @@ class lookup_dummy_dynamic_relation : public GenericLookupRelation<lookup_dummy_
195195
}
196196
};
197197

198-
} // namespace bb::avm2
198+
} // namespace bb::avm2

barretenberg/cpp/src/barretenberg/vm2/generated/relations/lookups_poseidon2_hash.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class lookup_pos2_perm_relation : public GenericLookupRelation<lookup_pos2_perm_
9898

9999
template <typename AllEntities> inline static bool skip(const AllEntities& in)
100100
{
101-
return in.poseidon2_hash_sel.is_zero() && in.poseidon2_perm_sel.is_zero();
101+
return in.lookup_pos2_perm_inv.is_zero();
102102
}
103103

104104
static std::string get_subrelation_label(size_t index)
@@ -112,4 +112,4 @@ class lookup_pos2_perm_relation : public GenericLookupRelation<lookup_pos2_perm_
112112
}
113113
};
114114

115-
} // namespace bb::avm2
115+
} // namespace bb::avm2

barretenberg/cpp/src/barretenberg/vm2/generated/relations/lookups_range_check.hpp

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class lookup_rng_chk_pow_2_relation : public GenericLookupRelation<lookup_rng_ch
8282

8383
template <typename AllEntities> inline static bool skip(const AllEntities& in)
8484
{
85-
return in.range_check_sel.is_zero() && in.precomputed_sel_range_8.is_zero();
85+
return in.lookup_rng_chk_pow_2_inv.is_zero();
8686
}
8787

8888
static std::string get_subrelation_label(size_t index)
@@ -164,7 +164,7 @@ class lookup_rng_chk_diff_relation : public GenericLookupRelation<lookup_rng_chk
164164

165165
template <typename AllEntities> inline static bool skip(const AllEntities& in)
166166
{
167-
return in.range_check_sel.is_zero() && in.precomputed_sel_range_16.is_zero();
167+
return in.lookup_rng_chk_diff_inv.is_zero();
168168
}
169169

170170
static std::string get_subrelation_label(size_t index)
@@ -247,7 +247,7 @@ class lookup_rng_chk_is_r0_16_bit_relation
247247

248248
template <typename AllEntities> inline static bool skip(const AllEntities& in)
249249
{
250-
return in.range_check_sel_r0_16_bit_rng_lookup.is_zero() && in.precomputed_sel_range_16.is_zero();
250+
return in.lookup_rng_chk_is_r0_16_bit_inv.is_zero();
251251
}
252252

253253
static std::string get_subrelation_label(size_t index)
@@ -330,7 +330,7 @@ class lookup_rng_chk_is_r1_16_bit_relation
330330

331331
template <typename AllEntities> inline static bool skip(const AllEntities& in)
332332
{
333-
return in.range_check_sel_r1_16_bit_rng_lookup.is_zero() && in.precomputed_sel_range_16.is_zero();
333+
return in.lookup_rng_chk_is_r1_16_bit_inv.is_zero();
334334
}
335335

336336
static std::string get_subrelation_label(size_t index)
@@ -413,7 +413,7 @@ class lookup_rng_chk_is_r2_16_bit_relation
413413

414414
template <typename AllEntities> inline static bool skip(const AllEntities& in)
415415
{
416-
return in.range_check_sel_r2_16_bit_rng_lookup.is_zero() && in.precomputed_sel_range_16.is_zero();
416+
return in.lookup_rng_chk_is_r2_16_bit_inv.is_zero();
417417
}
418418

419419
static std::string get_subrelation_label(size_t index)
@@ -496,7 +496,7 @@ class lookup_rng_chk_is_r3_16_bit_relation
496496

497497
template <typename AllEntities> inline static bool skip(const AllEntities& in)
498498
{
499-
return in.range_check_sel_r3_16_bit_rng_lookup.is_zero() && in.precomputed_sel_range_16.is_zero();
499+
return in.lookup_rng_chk_is_r3_16_bit_inv.is_zero();
500500
}
501501

502502
static std::string get_subrelation_label(size_t index)
@@ -579,7 +579,7 @@ class lookup_rng_chk_is_r4_16_bit_relation
579579

580580
template <typename AllEntities> inline static bool skip(const AllEntities& in)
581581
{
582-
return in.range_check_sel_r4_16_bit_rng_lookup.is_zero() && in.precomputed_sel_range_16.is_zero();
582+
return in.lookup_rng_chk_is_r4_16_bit_inv.is_zero();
583583
}
584584

585585
static std::string get_subrelation_label(size_t index)
@@ -662,7 +662,7 @@ class lookup_rng_chk_is_r5_16_bit_relation
662662

663663
template <typename AllEntities> inline static bool skip(const AllEntities& in)
664664
{
665-
return in.range_check_sel_r5_16_bit_rng_lookup.is_zero() && in.precomputed_sel_range_16.is_zero();
665+
return in.lookup_rng_chk_is_r5_16_bit_inv.is_zero();
666666
}
667667

668668
static std::string get_subrelation_label(size_t index)
@@ -745,7 +745,7 @@ class lookup_rng_chk_is_r6_16_bit_relation
745745

746746
template <typename AllEntities> inline static bool skip(const AllEntities& in)
747747
{
748-
return in.range_check_sel_r6_16_bit_rng_lookup.is_zero() && in.precomputed_sel_range_16.is_zero();
748+
return in.lookup_rng_chk_is_r6_16_bit_inv.is_zero();
749749
}
750750

751751
static std::string get_subrelation_label(size_t index)
@@ -828,7 +828,7 @@ class lookup_rng_chk_is_r7_16_bit_relation
828828

829829
template <typename AllEntities> inline static bool skip(const AllEntities& in)
830830
{
831-
return in.range_check_sel.is_zero() && in.precomputed_sel_range_16.is_zero();
831+
return in.lookup_rng_chk_is_r7_16_bit_inv.is_zero();
832832
}
833833

834834
static std::string get_subrelation_label(size_t index)
@@ -842,4 +842,4 @@ class lookup_rng_chk_is_r7_16_bit_relation
842842
}
843843
};
844844

845-
} // namespace bb::avm2
845+
} // namespace bb::avm2

barretenberg/cpp/src/barretenberg/vm2/generated/relations/lookups_sha256.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class lookup_sha256_round_constant_relation
8484

8585
template <typename AllEntities> inline static bool skip(const AllEntities& in)
8686
{
87-
return in.sha256_sel.is_zero() && in.precomputed_sel_sha256_compression.is_zero();
87+
return in.lookup_sha256_round_constant_inv.is_zero();
8888
}
8989

9090
static std::string get_subrelation_label(size_t index)
@@ -98,4 +98,4 @@ class lookup_sha256_round_constant_relation
9898
}
9999
};
100100

101-
} // namespace bb::avm2
101+
} // namespace bb::avm2

barretenberg/cpp/src/barretenberg/vm2/generated/relations/perms_execution.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class perm_dummy_dynamic_relation : public GenericPermutationRelation<perm_dummy
7272

7373
template <typename AllEntities> inline static bool skip(const AllEntities& in)
7474
{
75-
return in.execution_sel.is_zero() && in.execution_sel.is_zero();
75+
return in.perm_dummy_dynamic_inv.is_zero();
7676
}
7777

7878
static std::string get_subrelation_label(size_t index)
@@ -86,4 +86,4 @@ class perm_dummy_dynamic_relation : public GenericPermutationRelation<perm_dummy
8686
}
8787
};
8888

89-
} // namespace bb::avm2
89+
} // namespace bb::avm2

0 commit comments

Comments
 (0)