// Copyright 2024 RISC Zero, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // This code is automatically generated #include "ffi.h" #include "fp.h" #include #include #include // clang-format off namespace risc0::circuit::recursion { #if defined(__clang__) #pragma clang diagnostic ignored "-Wunused-parameter" #pragma clang diagnostic ignored "-Wunused-variable" #elif defined(__GNUC__) #pragma GCC diagnostic ignored "-Wunused-parameter" #pragma GCC diagnostic ignored "-Wunused-variable" #endif Fp step_verify_bytes(void* ctx, HostBridge host, size_t steps, size_t cycle, Fp** args) { size_t mask = steps - 1; std::array host_args; std::array host_outs; // loc(unknown) Fp x0(0); return x0; } } // namespace risc0::circuit::recursion // clang-format on