Skip to content

CI: test ARM Cortex targets #35

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

Merged
merged 7 commits into from
Aug 13, 2016
Merged

CI: test ARM Cortex targets #35

merged 7 commits into from
Aug 13, 2016

Conversation

japaric
Copy link
Member

@japaric japaric commented Aug 13, 2016

closes #32

@japaric japaric force-pushed the cortex branch 3 times, most recently from 95b2b5a to d56ba83 Compare August 13, 2016 16:36
"llvm-target": "thumbv6m-none-eabi",
"os": "none",
"target-endian": "little",
"target-pointer-width": "32"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to add these for thumbv6m (not needed for thumbv7m):

    "features": "+strict-align",
    "max-atomic-width": 0,

@japaric japaric force-pushed the cortex branch 2 times, most recently from 31736fe to f7aacb1 Compare August 13, 2016 17:05
@japaric japaric merged commit b4e474f into master Aug 13, 2016
@japaric japaric deleted the cortex branch August 13, 2016 18:16
tgross35 pushed a commit to tgross35/compiler-builtins that referenced this pull request Feb 23, 2025
This also adds expo2 for the __expo2 function, and combine_words() to replace
the INSERT_WORDS macro.

Closes rust-lang#35
tgross35 pushed a commit to tgross35/compiler-builtins that referenced this pull request Feb 23, 2025
109: Implement sinh r=japaric a=porglezomp

This also adds `expo2` for the `__expo2` function, and `combine_words` to replace
the `INSERT_WORDS` macro.

Closes rust-lang#35

Co-authored-by: C Jones <[email protected]>
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.

CI: Test ARM Cortex M targets
2 participants