Torinde
Torinde
https://en.wikipedia.org/wiki/X86_Bit_manipulation_instruction_set#TBM_(Trailing_Bit_Manipulation)
https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#othertechs=ADX https://en.wikipedia.org/wiki/Intel_ADX - ADCX Adds two unsigned integers plus carry, reading the carry from the carry flag and if necessary setting it there. Does not affect other flags than the...
https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#othertechs=BMI2 https://en.wikipedia.org/wiki/X86_Bit_manipulation_instruction_set#BMI2_(Bit_Manipulation_Instruction_Set_2)
https://en.wikipedia.org/wiki/List_of_discontinued_x86_instructions#FMA4_instructions [GCC header](https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/config/i386/fma4intrin.h;h=23d36b9f5fa586a536b1b90d57c179e85f72d2cd;hb=HEAD) [llvm header](https://github.com/llvm/llvm-project/blob/4998587e6f5f66d464ac22ad4c11fe9afd2d56ab/clang/lib/Headers/fma4intrin.h)
https://en.wikipedia.org/wiki/SSE4#SSE4a - EXTRQ/INSERTQ Combined mask-shift instructions. - MOVNTSD/MOVNTSS Scalar streaming store instructions. Header is [](https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/config/i386/ammintrin.h;h=b94731a9e2ca64529189a3ed8b16a5147c27c652;hb=HEAD)
https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#othertechs=VAES https://en.wikipedia.org/wiki/AVX-512#VAES Implementation status: https://github.com/simd-everywhere/implementation-status/blob/main/x86.md#vaes
@realnc, what's your current opinion, 4 years after [that discussion](https://github.com/dosbox-staging/dosbox-staging/issues/324#issuecomment-620109803): > it's too soon to switch to dosbox-staging right now. So wait and see how things pan out To me...
Great tool! Exactly what I [was searching for](https://github.com/InstLatx64/InstLatx64/issues/9) at InstLatx64. The CPUID Dump format is slightly different, so an alignment between the two projects would be nice to have. Maybe...
Dosbox Staging dual mouse functionality that uses ManyMouse doesn't support Bluetooth mouse or laptop touchpad. Having support for touchscreen would be nice as well. Related to dosbox-staging/dosbox-staging/issues/2066
[DOSbox-X](https://github.com/joncampbell123/dosbox-x) supports Win9x, so it would greatly benefit from SoftGPU 3D accelerated driver. What will be needed to achieve that? - VBoxSVGA device provided by DOSbox-X ([Issue 3405 there](https://github.com/joncampbell123/dosbox-x/issues/3405)) -...