Torinde

Results 41 issues of Torinde

Sound Blaster 16 PCI / PCI64 / PCI128 - [AudioPCI](https://en.wikipedia.org/wiki/Ensoniq_AudioPCI) supports various features, among them EAX and DirectSound3D, 4 speaker surround sound - official DOS, Win3x, Win9x drivers - QEMU,...

Add https://github.com/DeXteRrBDN/dosbox-pinhack and the one pending PR/Issue there: https://github.com/DeXteRrBDN/dosbox-pinhack/pull/5 [discussion thread over at Vogons](https://www.vogons.org/viewtopic.php?f=41&t=12424)

enhancement

I want to try RetroArch with DOSbox and I was looking at Pure and [Core](https://github.com/realnc/dosbox-core). Is there somewhere a comparison between those two (and also with [DOSbox original in RetroArch](https://github.com/libretro/dosbox-libretro)...

Per https://github.com/simd-everywhere/simde/pull/1152#issuecomment-2021047051 - listing those in case some of them are not yet implemented. non-SIMD [instructions related to](https://en.wikipedia.org/wiki/X86_instruction_listings): - P5 - [ ] `CL1INVMB` ([SCC](https://en.wikipedia.org/wiki/Single-chip_Cloud_Computer) only) - MMX - [...

instruction-set-support

https://en.wikipedia.org/wiki/List_of_discontinued_x86_instructions#Lightweight_Profiling_instructions [lwpintrin.h](https://github.com/llvm/llvm-project/blob/4998587e6f5f66d464ac22ad4c11fe9afd2d56ab/clang/lib/Headers/lwpintrin.h) [LWP at Microsoft intrinsics list](https://learn.microsoft.com/en-us/cpp/intrinsics/x86-intrinsics-list?view=msvc-170): ammintrin.h [Lightweight Profiling Specification](https://web.archive.org/web/20121127061327/http://support.amd.com/us/Processor_TechDocs/43724.pdf)

instruction-set-support

https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#othertechs=BMI1 https://en.wikipedia.org/wiki/X86_Bit_manipulation_instruction_set#BMI1_(Bit_Manipulation_Instruction_Set_1) implementation status for TZCNT: https://github.com/simd-everywhere/implementation-status/blob/main/x86.md#bmi1

instruction-set-support

https://en.wikipedia.org/wiki/CLMUL_instruction_set - PCLMULLQLQDQ xmmreg,xmmrm [rm: 66 0f 3a 44 /r 00] Multiply the low halves of the two registers. - PCLMULHQLQDQ xmmreg,xmmrm [rm: 66 0f 3a 44 /r 01] Multiply...

instruction-set-support

[DOSbox Staging plans to use SIMDe](https://github.com/simd-everywhere/simde/issues/1025#issuecomment-1963028873) and it will benefit if SIMDe provides execution of [3DNow!](https://en.wikipedia.org/wiki/3DNow!) instructions on modern x86 (that doesn't have 3DNow!), ARM64, etc. 3DNow! emulation code is...

instruction-set-support

x87 (instructions list: [current](https://en.wikipedia.org/wiki/X86_instruction_listings#x87_floating-point_instructions), [obsolete Intel/IIT/Cyrix](https://en.wikipedia.org/wiki/List_of_discontinued_x86_instructions#Instructions_present_in_specific_80387_clones), obsolete NEC: [part1](https://www.cpu-world.com/forum/viewtopic.php?t=12863&view=previous), [part2](https://www.cpushack.com/2021/09/01/necs-forgotten-fpus/)) - code for most of those is available in SoftFloat ([Bochs](https://github.com/bochs-emu/Bochs/tree/master/bochs/cpu), [86Box](https://github.com/86Box/86Box/tree/master/src/cpu), [QEMU](https://wiki.qemu.org/Features/Softfloat), [Berkeley](http://www.jhauser.us/arithmetic/SoftFloat.html)) - useful even on x86, because...

instruction-set-support

https://en.wikipedia.org/wiki/List_of_discontinued_x86_instructions#Cyrix_EMMI_instructions Slightly relevant for DOS/Win9x/WinXP [emulators](https://github.com/PCBox/PCBox/issues/39#issuecomment-1147292376) as there is not a lot of software that uses those. There is a [CPU flag in Linux](https://unix.stackexchange.com/questions/43539/what-do-the-flags-in-proc-cpuinfo-mean) for those: `cxmmx` Cyrix MMX extensions...

instruction-set-support