Skip to content
New issue

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

Add 32bit DLL in build artifacts.. (for perf testing of ComputeMark2 (DX11 32bit bench) vs DXVK) #44

Closed
oscarbg opened this issue Nov 8, 2024 · 1 comment

Comments

@oscarbg
Copy link

oscarbg commented Nov 8, 2024

Hi,
asked on discord:

can provide 32bit dlls in build artifacts? don't know if possible as Metal is 64 bit only but anyway DXVK macos provides 32bit d3d11.dll for example:
file dxmt/d3d11.dll
d3d11.dll: PE32+ executable (DLL) (GUI) x86-64, for MS Windows
but dxvk/x32/d3d11.dll
d3d11.dll: PE32 executable (DLL) (console) Intel 80386 (stripped to external PDB), for MS Windows

for example latest artifact:

https://github.com/3Shain/dxmt/actions/runs/11719090299

has only 64bit DLL's
altough DXVK macOS ships with both 32bit dll and 64bit dll

https://github.com/Gcenx/DXVK-macOS/releases
https://github.com/Gcenx/DXVK-macOS/releases/tag/v1.10.3-20230507-repack

wanted for testing ComputeMark2 (32bit win exe)
app attached on:

doitsujin/dxvk#39

@3Shain
Copy link
Owner

3Shain commented Nov 9, 2024

No, it requires a lot of work, not just done by switching a compiler flag.

@3Shain 3Shain closed this as completed Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants