-
Notifications
You must be signed in to change notification settings - Fork 1k
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
s390/ibm/linuxone compatibility #939
Comments
Thank you @romange for giving this a go. I hope some of the info I'm sharing here will be useful: In summary, Below 2 links are from docs of a newer Clang-based compiler toolchain for IBM Z (Open XL C/C++ for zOS): Although s390x runs linux and not zOS, some of the info may be useful for reference. EDIT: |
Also, I hope this also helps for reference - https://src.fedoraproject.org/rpms/gcc/blob/rawhide/f/gcc.spec |
@romange, Can you assign this issue to me, please? |
Done @iko1 |
May be off-topic, but out of curiosity, is anyone still using System/390 in production today? |
Uh, yes @ThatOneCalculator. |
Ah, gotcha. Thanks for the clarification! |
Dragonfly does not build on s390.
First impressions:
-DMARCH_OPT="-march=native"
supportemmintrin.h
is not present. however__s390__
,__s390x__
,__zarch__
are defined.therefore we can fallback on scalar code for this architecture. Requires changes in dashtable and bitpacking.cc
The text was updated successfully, but these errors were encountered: