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

fix GDC errors #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix GDC errors #46

wants to merge 1 commit into from

Conversation

WebFreak001
Copy link

fixes:

    Building mir-cpuid 1.2.10: building configuration [library]
../../.dub/packages/mir-cpuid/1.2.10/mir-cpuid/source/cpuid/x86_any.d:606:18: error: ‘a’ must be surrounded by parentheses
  606 |             "=a" a,
      |                  ^
../../.dub/packages/mir-cpuid/1.2.10/mir-cpuid/source/cpuid/x86_any.d:607:18: error: ‘b’ must be surrounded by parentheses
  607 |             "=b" b,
      |                  ^
../../.dub/packages/mir-cpuid/1.2.10/mir-cpuid/source/cpuid/x86_any.d:608:18: error: ‘c’ must be surrounded by parentheses
  608 |             "=c" c,
      |                  ^
../../.dub/packages/mir-cpuid/1.2.10/mir-cpuid/source/cpuid/x86_any.d:609:18: error: ‘d’ must be surrounded by parentheses
  609 |             "=d" d,
      |                  ^
../../.dub/packages/mir-cpuid/1.2.10/mir-cpuid/source/cpuid/x86_any.d:610:19: error: ‘eax’ must be surrounded by parentheses
  610 |             : "a" eax, "c" ecx;
      |                   ^
../../.dub/packages/mir-cpuid/1.2.10/mir-cpuid/source/cpuid/x86_any.d:610:28: error: ‘ecx’ must be surrounded by parentheses
  610 |             : "a" eax, "c" ecx;
      |                            ^
../../.dub/packages/mir-cpuid/1.2.10/mir-cpuid/source/cpuid/unified.d:127:65: error: template instance ‘cpuid.x86_any._cpuid!()’ error instantiating
  127 |             auto leafExt5 = cpuid.amd.LeafExt5Information(_cpuid(0x8000_0005));

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

Successfully merging this pull request may close these issues.

None yet

1 participant