Skip to content

Commit

Permalink
Forgot to remove issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfelder committed Jan 4, 2024
1 parent 4ae2e0b commit 1e702aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion icicle/primitives/field.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class Field
public:
static constexpr unsigned TLC = CONFIG::limbs_count;
static constexpr unsigned NBITS = CONFIG::modulus_bit_count;
static constexpr unsigned TWO_ADICITY = CONFIG::omegas_count;

static constexpr HOST_DEVICE_INLINE Field zero() { return Field{CONFIG::zero}; }

Expand Down

0 comments on commit 1e702aa

Please sign in to comment.