Hi. The patch adds support for Fortran vector math routines as added into GCC 9. The header files will be installed to the same folder as math-vector.h. Thanks, Martin ChangeLog: 2019-02-18 Martin Liska * math/Makefile: Install math-vector-fortran.h. * sysdeps/x86/fpu/bits/math-vector-fortran.h: New file. --- math/Makefile | 1 + sysdeps/x86/fpu/bits/math-vector-fortran.h | 43 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 sysdeps/x86/fpu/bits/math-vector-fortran.h