edsger 0.1.5__cp310-cp310-macosx_11_0_arm64.whl → 0.1.6__cp310-cp310-macosx_11_0_arm64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
edsger/pq_4ary_dec_0b.pyx CHANGED
@@ -35,6 +35,13 @@ cdef functions:
35
35
 
36
36
  """
37
37
 
38
+ # cython: language_level=3
39
+ # cython: boundscheck=False
40
+ # cython: wraparound=False
41
+ # cython: embedsignature=False
42
+ # cython: cdivision=True
43
+ # cython: initializedcheck=False
44
+
38
45
  cimport numpy as cnp
39
46
  from libc.stdlib cimport free, malloc
40
47