disable s390x vector intrinsics if softfloat is enabled#2022
disable s390x vector intrinsics if softfloat is enabled#2022folkertdev merged 1 commit intorust-lang:mainfrom
Conversation
we will add an explicit incompatibility of softfloat and vector feature in rutsc s390x-unknown-none-softfloat target specification. Therefore we need to disable vector intrinsics here to be able to compile core for this target.
|
r? @folkertdev rustbot has assigned @folkertdev. Use |
|
cc @uweigand you're probably following along already, just making sure you see this. All of the vector types/functions are unstable currently, but them not being available with |
Agreed. Just for context, with GCC and clang we have the same situation where vector types and intrinsics are not available with |
we will add an explicit incompatibility of softfloat and vector feature in rutsc s390x-unknown-none-softfloat target specification. Therefore we need to disable vector intrinsics here to be able to compile core for this target.
=> rust-lang/rust#151154