-
Notifications
You must be signed in to change notification settings - Fork 5
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
Minor issue with /doc/reference/reducers/ #236
Comments
neboat
added a commit
that referenced
this issue
Jan 3, 2025
Fix typo where `__builtin_address` should be `__builtin_addressof`. Fixes #236
Thanks @rebinsilva. We fixed the typo. If you have a moment, I'm curious to hear how you're using OpenCilk! Thanks again for raising this issue. |
@behoppe Thanks for fixing the issue soon. I am a newbie to opencilk and am using it for the Fastcode challenge at fastcode.org. I don't have much knowledge about other frameworks but am currently enjoying opencilk. |
Hi @rebinsilva -- good luck in the competition! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issues
In section Declaring a reducer of the reducers.md, the last code section is an example of usage of "__builtin_addressof" but uses "__builtin_address" which is non-existent.
Improvements
The "__builtin_address" can be replaced with "__builtin_addressof" in the code section
The text was updated successfully, but these errors were encountered: