Skip to content

Commit

Permalink
fixed intrinsic mapping and deep-mind.log errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoenebeck committed Jul 18, 2023
1 parent 712b1a0 commit 59cc737
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ inline constexpr auto get_intrinsic_table() {
"env.bls_g2_mul",
"env.bls_g1_exp",
"env.bls_g2_exp",
"env.bls_g1_pairing",
"env.bls_pairing",
"env.bls_g1_map",
"env.bls_g2_map",
"env.bls_fp_mod"
Expand Down
4 changes: 2 additions & 2 deletions unittests/bls_primitives_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ BOOST_AUTO_TEST_CASE( bls_testg2exp ) { try {
}

} FC_LOG_AND_RETHROW() }
/*

BOOST_AUTO_TEST_CASE( bls_testpairing ) { try {
tester c( setup_policy::preactivate_feature_and_new_bios );

Expand Down Expand Up @@ -407,7 +407,7 @@ BOOST_AUTO_TEST_CASE( bls_testpairing ) { try {
}

} FC_LOG_AND_RETHROW() }
*/

BOOST_AUTO_TEST_CASE( bls_testg1map ) { try {
tester c( setup_policy::preactivate_feature_and_new_bios );

Expand Down
Loading

0 comments on commit 59cc737

Please sign in to comment.