You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 - error compile quant8.asm: source\common\x86\quant8.asm(48): error : mismatch in operand sizes
source\common\x86\quant8.asm(49): error : invalid combination of opcode and operands
source\common\x86\quant8.asm(54): error : invalid combination of opcode and operands
2 - error link with libdavs2_asm: libdavs2.lib(cpu.obj) : error LNK2001: unresolved external symbol _davs2_cpu_xgetbv
and same error for all functions in .asm files.
The text was updated successfully, but these errors were encountered:
1 - error compile quant8.asm:
source\common\x86\quant8.asm(48): error : mismatch in operand sizes
source\common\x86\quant8.asm(49): error : invalid combination of opcode and operands
source\common\x86\quant8.asm(54): error : invalid combination of opcode and operands
2 - error link with libdavs2_asm:
libdavs2.lib(cpu.obj) : error LNK2001: unresolved external symbol _davs2_cpu_xgetbv
and same error for all functions in .asm files.
The text was updated successfully, but these errors were encountered: