This portal is to open public enhancement requests against IBM Z Software products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
See this idea on ideas.ibm.com
The xlC compiler supplies (many) intrinsics that be used in lieu of
assembly. Some of these intrinsic work on 32-bit words, and some on 64- bit double-words. (There are many others, but our interest here is 32- bit and 64-bit).
__lwarx() load-word-and-reserve
__stwcx() store-word-conditional
__ldarx() load-double-word-and-reserve
__stdcx() store-double-word-conditional
The latter two (operating on double-word) are only available when
compiling 64-bit, even if the architecture is running on a 64-bit POWER
CPU.
Similarly, xlC does not provide intrinsics for 64-bit compare-and-swap
when compiling in 32-bit. Need to compile 64-bit for
__compare_and_swaplp(). <sys/atomic.h> and AIX libc.a provide
compare_and_swaplp(), but the prototype is 'long' with is 32-bits in a
32-bit compile.
We request that xlC provide for *32-bit compilation* some 64-bit
intrinsics (when compiler target is 64-bit hardware architecture) that
operate on int64_t or uint64_t (uint64_t preferred), and/or provide
callable functions in 32-bit libc.a that operate on 64-bit quantities.
In 32-bit compilation, our other vendors provide simple solutions for
basic 64-bit compare-and-swap. We can provide details, if you are
interested.
Idea priority | Medium |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
IBM XL C/C++ for AIX is a continuous delivery offering, and aims to satisfy the needs of a rapidly evolving market segment.
Product strategy evolves and requirements are continuously evaluated against that strategy. This RFE has recently been reappraised against the wider product strategy and does not fall into IBMs delivery plans for the next 12 month. Whilst this RFE might be valid and we might look to deliver it longer term, this RFE is being rejected at this time. The requirement will be kept in our internal RFE backlog and might be reassessed in the future.
Due to processing by IBM, this request was reassigned to have the following updated attributes:
Brand - Servers and Systems Software
Product family - Programming Languages
Product - C/C++ Compilers
For recording keeping, the previous attributes were:
Brand - Rational
Product family - Design & development
Product - C/C++ Compilers
This RFE will be planned for a future release.
This RFE is planned to be in a future release.
Thanks for the reply. We are still evaluating this RFE. We shall let you know if we have any further questions.
To answer the question: Yes, we want to atomically update a 64-bit value
in 32-bit mode, when on 64-bit architecture, as when we compile with
the '-qarch=pwr5' compiler option.
Also, answering an earlier question, we think that performance should
not be any slower when compiled 32-bit compared to compiled 64-bit as
long as the underlying hardware is 64-bit (again, e.g for pwr5).
Hi, we need more information regarding your usage case for the request.
Are you wanting to atomically update a 64-bit value in 32-bit mode ?
Can you please provide more details? Thanks.
We are continuing to evaluate this RFE.