How to vectorize operations that consider multiple elements on numpy arrays?

后端 未结 0 708
囚心锁ツ
囚心锁ツ 2021-01-07 15:50

I am very new to numpy (and to numba) and I am trying to speed up the following functions:

@nb.jit(\'int8(int8)\') 
def u8rotl1(val): 
   bit = val & 0xf          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题