Jetson拥有3.2的能力。
Popc非常快,如果是原生的,即实现为汇编程序指令而不是用C语言编写。
我想知道popc是否在Jetson中是原生的。
答案 0 :(得分:2)
POPC
is listed in the native instruction set for the Kepler architecture. I would, therefore, assume it is implemented in hardware or microcode. Whether that implies it is fast is a separate question.