1 Star 1 Fork 1

life/RISC-V-math-library

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
isnan.S 316 Bytes
一键复制 编辑 原始数据 按行查看 历史
life 提交于 2022-07-06 09:25 . function
.section .text, "ax", "progbits"
.align 4
.section .text
.align 4
.globl _rv_isnan
_rv_isnan:
fmv.x.d a0,fa0
li t0,-1
li t0,-1
li t1,2047
srli t0,t0,0xc
slli t1,t1,0x34
and t0,a0,t0
and a0,a0,t1
sub a0,a0,t1
seqz a0,a0
sltu t0,zero,t0
and a0,a0,t0
fcvt.d.l fa0,a0
ret
.align 4
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Assembly
1
https://gitee.com/li-fei-abc/risc-v-math-library.git
git@gitee.com:li-fei-abc/risc-v-math-library.git
li-fei-abc
risc-v-math-library
RISC-V-math-library
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385