We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code refers to .LCPI134_0 and .LCPI134_1
.LCPI134_0
.LCPI134_1
bpaf::roundaaa: .Lfunc_begin134: .cfi_startproc movss xmm1, dword ptr [rip + .LCPI134_0] .Ltmp4420: maxss xmm1, xmm0 movss xmm0, dword ptr [rip + .LCPI134_1] .Ltmp4421: minss xmm0, xmm1 cvttss2si eax, xmm0 ret .Ltmp4422: .Lfunc_end134: .size bpaf::roundaaa, .Lfunc_end134-bpaf::roundaaa .cfi_endproc
those values are defined right before it
.section .rodata.cst4,"aM",@progbits,4 .p2align 2 .LCPI134_0: .long 0xc3000000 .LCPI134_1: .long 0x42fe0000
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Code refers to
.LCPI134_0
and.LCPI134_1
those values are defined right before it
The text was updated successfully, but these errors were encountered: