You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On s390x-unknown-linux-gnu fails to compile due to errors in the following floating-point vector functions:
abs
cos
fma
sin
sqrt
The errors are all of the form:
Intrinsic has incorrect return type!
void (<16 x float>*, <16 x float>*, <16 x float>*, <16 x float>*)* @llvm.fma.v16f32
LLVM ERROR: Broken functionfound, compilation aborted!
This is currently worked around by falling back to scalar code.
The text was updated successfully, but these errors were encountered:
gnzlbg
changed the title
floating-point math function fail on s390x-unknown-linux-gnu
LLVM floating-point math intrinsics fail on s390x-unknown-linux-gnu
Jul 19, 2018
Uh oh!
There was an error while loading. Please reload this page.
On
s390x-unknown-linux-gnu
fails to compile due to errors in the following floating-point vector functions:abs
cos
fma
sin
sqrt
The errors are all of the form:
This is currently worked around by falling back to scalar code.
The text was updated successfully, but these errors were encountered: