[RFC PATCH] math-vector-fortran.h: fix multilib conflict
Florian Weimer
fweimer@redhat.com
Mon Apr 29 13:45:19 GMT 2024
* kai kang:
> diff --git a/sysdeps/aarch64/fpu/finclude/math-vector-fortran.h b/sysdeps/aarch64/fpu/finclude/math-vector-fortran.h
> index 92e15f0d6a..1c025c6041 100644
> --- a/sysdeps/aarch64/fpu/finclude/math-vector-fortran.h
> +++ b/sysdeps/aarch64/fpu/finclude/math-vector-fortran.h
This is an installed header.
> diff --git a/sysdeps/arm/fpu/finclude/math-vector-fortran.h b/sysdeps/arm/fpu/finclude/math-vector-fortran.h
> new file mode 120000
> index 0000000000..8ee7994054
> --- /dev/null
> +++ b/sysdeps/arm/fpu/finclude/math-vector-fortran.h
> @@ -0,0 +1 @@
> +../../../aarch64/fpu/finclude/math-vector-fortran.h
> \ No newline at end of file
So this one should be one, too? Ist there a libmvec ABI defined for
32-bit Arm? What is the expectation here?
Thanks,
Florian
More information about the Libc-alpha
mailing list