forked from gcc/gcc-mirror
libgccjit: Add _Float16, _Float32, _Float64 and __float128 support for jit #82
No reviewers
Labels
No labels
Compat/Breaking
Frontend/ada
Frontend/c
Frontend/c++
General/forge
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Library/libgcc
Library/libstdc++
Midend/gimple
Midend/rtl
Midend/tree
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Target/aarch64
Target/arm
Target/i386
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Blocks
Reference
gcc/gcc-TEST!82
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "antoyo/gcc:feature/sized_float"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
CC: David Malcolm dmalcolm@redhat.com, jit@gcc.gnu.org
Welcome to Sourceware Forge
Hi @antoyo, and thanks for your PR. This bot helps you send your patch series to the mailing list.
Please follow these guidelines to ensure a smooth submission.
Writing a Good PR Description
To CC reviewers, add at the end of your PR description one or more lines like this:
Avoid copy-pasting a CC list from a previous PR. Doing so may cause failure to send the emails properly.
We recommend reviewing your commit messages carefully before submitting.
This project expects a specific format.
See Submitting Patches for details
Submitting Your Patch
To submit, you must be authorized. Ask any permitted contributor to authorize you by commenting:
/allow. This is anyone who has been/allowed before.Once allowed, comment:
/submitUse
/previewto see the emails before sending. (Requires a public forge email.)Responding to Reviews
Watch for replies on the mailing list. If not subscribed, you can reply by:
(raw)on the emailFor Gmail:
Updating Your PR
/submitNeed help?
Consider joining the gcc and gcc-patches mailing lists..
For real time communication, check the gcc irc channels.
Or join
#overseerson Libera Chat, particularly if this automation is not working (stay online to get replies, IRC does not save messages if people are not online).@ -157,6 +161,29 @@ create_code (gcc_jit_context *ctxt, void *user_data)gcc_jit_field *field_m_long_double =CREATE_FIELD (GCC_JIT_TYPE_LONG_DOUBLE, "m_long_double");gcc_jit_target_info *target_info = gcc_jit_context_get_target_info(ctxt);This PR also depends on this one for the
target_infostuff./submit
Version 1 of this pull request has been stored. It includes the following commits:
7ecd0158dbPull Request versions:
95fc85aff17ecd0158dbIn order to compare , clone this repository and run
Hi @antoyo ,
it looks like the bot posted the patch correctly but had issues posting the comment pointing at the patch in inbox.
Thank you for trying this out and please let me know if something is not working as expected.
@rdfm: Yeah, I just remembered about telling you this.
Also, it seems the CC didn't work either: did I use the wrong formatting?
CI state: success ✅
CI bot https://ci.linaro.org/job/tcwg_gnu_cross_build--master-aarch64-precommit/49/ : CI bot tcwg_gnu_cross_build--master-aarch64: Build results
See: https://ci.linaro.org/job/tcwg_gnu_cross_build--master-aarch64-precommit/49/artifact/artifacts/artifacts.precommit/notify/mail-body.txt
CI state: success ✅
CI bot https://ci.linaro.org/job/tcwg_gnu_cross_build--master-arm-precommit/75/ : CI bot tcwg_gnu_cross_build--master-arm: Build results
See: https://ci.linaro.org/job/tcwg_gnu_cross_build--master-arm-precommit/75/artifact/artifacts/artifacts.precommit/notify/mail-body.txt
Thanks for the patch.
I was a bit worried at first when I saw the cases added in the middle of the switch statements, but I checked and the patch adds the new values at the end of
enum gcc_jit_types, so it's not an ABI break.Given that, the patch is good to push to trunk. Thanks!
Merged.
Thanks for the review!
Pull request closed