1.4K Star 7.6K Fork 1.4K

GVP方舟编译器 / OpenArkCompiler

 / 详情

dpdk中的int128类型使用及inline asemmbly使用

待办的
成员
创建于  
2021-05-31 09:13

业务代码中,使用内联汇编的文件,有一部分在开源SDK dpdk中可以查到:

https://github.com/DPDK/dpdk/find/main

使用到的文件有:

dpdk/lib/librte_hash/rte_crc_arm64.h
dpdk/lib/librte_hash/rte_hash_crc.h
dpdk/lib/librte_table/rte_table_hash_func_arm64.h
dpdk/lib/librte_eal/common/include/rte_function_versioning.h
dpdk/lib/librte_eal/common/include/rte_common.h
dpdk/examples/performance-thread/common/arch/x86/ctx.c
dpdk/drivers/net/octeontx/base/octeontx_io.h
dpdk/drivers/net/mlx5/mlx5_rxtx_vec_neon.h

使用到int128类型的文件都在dpdk中,包括:

rte_memcpy_64.h
rte_atomic_64.h
rte_ring_elem.h
rte_reciprocal.h
rte_atomic.h

评论 (0)

lulujun21 创建了任务
lulujun21 修改了描述
展开全部操作日志

登录 后才可以发表评论

状态
负责人
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
参与者(1)
5309081 ark lucy 1578984281
C++
1
https://gitee.com/openarkcompiler/OpenArkCompiler.git
git@gitee.com:openarkcompiler/OpenArkCompiler.git
openarkcompiler
OpenArkCompiler
OpenArkCompiler

搜索帮助