Skip to content

Use __asm__ for cpuid fallback on strict ISO C builds#260

Open
jaredmauch wants to merge 1 commit into
NLnetLabs:mainfrom
jaredmauch:main
Open

Use __asm__ for cpuid fallback on strict ISO C builds#260
jaredmauch wants to merge 1 commit into
NLnetLabs:mainfrom
jaredmauch:main

Conversation

@jaredmauch
Copy link
Copy Markdown
Contributor

GCC -std=c23 leaves asm undeclared; asm is supported in ISO mode.

GCC -std=c23 leaves asm undeclared; __asm__ is supported in ISO mode.
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.

1 participant