Checking patch sysdeps/x86_64/fpu/multiarch/svml_s_log10f8_core_avx2.S... error: while searching for: * */ /* Offsets for data table __svml_slog10_data_internal */ #define MinNorm 0 #define MaxNorm 32 #define L2H 64 #define L2L 96 #define iBrkValue 128 #define iOffExpoMask 160 #define One 192 #define sPoly 224 #define L2 512 #include .section .text.avx2, "ax", @progbits ENTRY(_ZGVdN8v_log10f_avx2) pushq %rbp cfi_def_cfa_offset(16) movq %rsp, %rbp cfi_def_cfa(6, 16) cfi_offset(6, -16) andq $-32, %rsp subq $96, %rsp /* reduction: compute r, n */ vmovups iBrkValue+__svml_slog10_data_internal(%rip), %ymm4 vmovups sPoly+__svml_slog10_data_internal(%rip), %ymm15 vmovups sPoly+64+__svml_slog10_data_internal(%rip), %ymm9 vmovups sPoly+128+__svml_slog10_data_internal(%rip), %ymm10 vmovups sPoly+192+__svml_slog10_data_internal(%rip), %ymm12 vpsubd %ymm4, %ymm0, %ymm1 vcmplt_oqps MinNorm+__svml_slog10_data_internal(%rip), %ymm0, %ymm5 vcmpnle_uqps MaxNorm+__svml_slog10_data_internal(%rip), %ymm0, %ymm6 vpand iOffExpoMask+__svml_slog10_data_internal(%rip), %ymm1, %ymm3 vpsrad $23, %ymm1, %ymm2 vpaddd %ymm4, %ymm3, %ymm8 vcvtdq2ps %ymm2, %ymm1 vsubps One+__svml_slog10_data_internal(%rip), %ymm8, %ymm13 vmulps L2L+__svml_slog10_data_internal(%rip), %ymm1, %ymm14 vfmadd213ps sPoly+32+__svml_slog10_data_internal(%rip), %ymm13, %ymm15 vfmadd213ps sPoly+96+__svml_slog10_data_internal(%rip), %ymm13, %ymm9 vmulps %ymm13, %ymm13, %ymm11 vfmadd213ps sPoly+160+__svml_slog10_data_internal(%rip), %ymm13, %ymm10 vfmadd213ps sPoly+224+__svml_slog10_data_internal(%rip), %ymm13, %ymm12 vfmadd213ps %ymm9, %ymm11, %ymm15 vfmadd213ps %ymm10, %ymm11, %ymm15 vfmadd213ps %ymm12, %ymm11, %ymm15 vfmadd213ps sPoly+256+__svml_slog10_data_internal(%rip), %ymm13, %ymm15 vfmadd213ps %ymm14, %ymm13, %ymm15 vorps %ymm6, %ymm5, %ymm7 /* combine and get argument value range mask */ vmovmskps %ymm7, %edx vfmadd132ps L2H+__svml_slog10_data_internal(%rip), %ymm15, %ymm1 testl %edx, %edx /* Go to special inputs processing branch */ jne L(SPECIAL_VALUES_BRANCH) # LOE rbx r12 r13 r14 r15 edx ymm0 ymm1 /* Restore registers * and exit the function */ L(EXIT): vmovaps %ymm1, %ymm0 movq %rbp, %rsp popq %rbp cfi_def_cfa(7, 8) cfi_restore(6) ret cfi_def_cfa(6, 16) cfi_offset(6, -16) /* Branch to process * special inputs */ L(SPECIAL_VALUES_BRANCH): vmovups %ymm0, 32(%rsp) vmovups %ymm1, 64(%rsp) # LOE rbx r12 r13 r14 r15 edx ymm1 xorl %eax, %eax # LOE rbx r12 r13 r14 r15 eax edx vzeroupper movq %r12, 16(%rsp) /* DW_CFA_expression: r12 (r12) (DW_OP_lit8; DW_OP_minus; DW_OP_const4s: -32; DW_OP_and; DW_OP_const4s: -80; DW_OP_plus) */ .cfi_escape 0x10, 0x0c, 0x0e, 0x38, 0x1c, 0x0d, 0xe0, 0xff, 0xff, 0xff, 0x1a, 0x0d, 0xb0, 0xff, 0xff, 0xff, 0x22 movl %eax, %r12d movq %r13, 8(%rsp) /* DW_CFA_expression: r13 (r13) (DW_OP_lit8; DW_OP_minus; DW_OP_const4s: -32; DW_OP_and; DW_OP_const4s: -88; DW_OP_plus) */ .cfi_escape 0x10, 0x0d, 0x0e, 0x38, 0x1c, 0x0d, 0xe0, 0xff, 0xff, 0xff, 0x1a, 0x0d, 0xa8, 0xff, 0xff, 0xff, 0x22 movl %edx, %r13d movq %r14, (%rsp) /* DW_CFA_expression: r14 (r14) (DW_OP_lit8; DW_OP_minus; DW_OP_const4s: -32; DW_OP_and; DW_OP_const4s: -96; DW_OP_plus) */ .cfi_escape 0x10, 0x0e, 0x0e, 0x38, 0x1c, 0x0d, 0xe0, 0xff, 0xff, 0xff, 0x1a, 0x0d, 0xa0, 0xff, 0xff, 0xff, 0x22 # LOE rbx r15 r12d r13d /* Range mask * bits check */ L(RANGEMASK_CHECK): btl %r12d, %r13d /* Call scalar math function */ jc L(SCALAR_MATH_CALL) # LOE rbx r15 r12d r13d /* Special inputs * processing loop */ L(SPECIAL_VALUES_LOOP): incl %r12d cmpl $8, %r12d /* Check bits in range mask */ jl L(RANGEMASK_CHECK) # LOE rbx r15 r12d r13d movq 16(%rsp), %r12 cfi_restore(12) movq 8(%rsp), %r13 cfi_restore(13) movq (%rsp), %r14 cfi_restore(14) vmovups 64(%rsp), %ymm1 /* Go to exit */ jmp L(EXIT) /* DW_CFA_expression: r12 (r12) (DW_OP_lit8; DW_OP_minus; DW_OP_const4s: -32; DW_OP_and; DW_OP_const4s: -80; DW_OP_plus) */ .cfi_escape 0x10, 0x0c, 0x0e, 0x38, 0x1c, 0x0d, 0xe0, 0xff, 0xff, 0xff, 0x1a, 0x0d, 0xb0, 0xff, 0x error: patch failed: sysdeps/x86_64/fpu/multiarch/svml_s_log10f8_core_avx2.S:27 error: sysdeps/x86_64/fpu/multiarch/svml_s_log10f8_core_avx2.S: patch does not apply