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

asm hints in aco.h aren't c99? #16

Closed
postwait opened this issue Jul 27, 2018 · 1 comment
Closed

asm hints in aco.h aren't c99? #16

postwait opened this issue Jul 27, 2018 · 1 comment

Comments

@postwait
Copy link
Contributor

The asm("acosw"); in aco.h needs to be __asm("acosw");

hnes added a commit that referenced this issue Jul 27, 2018
@hnes
Copy link
Owner

hnes commented Jul 27, 2018

Thank you very much for your report, @postwait.

I just committed a new update to the master branch.

PS:

if anyone interests in this topic, here are some more details about the differences between asm and __asm__:

https://gcc.gnu.org/onlinedocs/gcc-7.2.0/gcc/Alternate-Keywords.html#Alternate-Keywords
https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants