diff options
author | marxin <mliska@suse.cz> | 2019-02-20 14:54:35 +0100 |
---|---|---|
committer | marxin <mliska@suse.cz> | 2019-02-20 15:27:56 +0100 |
commit | dc0afac3252d0c53716ccaf0b424f7769a66d695 (patch) | |
tree | 2187cbc19cd42e9712a9cc9f55fc6d510cdad88e /math | |
parent | 4a2dd41cb533b9d93b8578677b80b9e94d6a3f96 (diff) | |
download | glibc-dc0afac3252d0c53716ccaf0b424f7769a66d695.tar glibc-dc0afac3252d0c53716ccaf0b424f7769a66d695.tar.gz glibc-dc0afac3252d0c53716ccaf0b424f7769a66d695.tar.bz2 glibc-dc0afac3252d0c53716ccaf0b424f7769a66d695.zip |
Add new Fortran vector math header file.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 76e8edac19..fc4191089d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -26,6 +26,7 @@ headers := math.h bits/mathcalls.h bits/mathinline.h \ fpu_control.h complex.h bits/cmathcalls.h fenv.h \ bits/fenv.h bits/fenvinline.h bits/mathdef.h tgmath.h \ bits/math-finite.h bits/math-vector.h \ + bits/math-vector-fortran.h \ bits/libm-simd-decl-stubs.h bits/iscanonical.h \ bits/flt-eval-method.h bits/fp-fast.h bits/fp-logb.h \ bits/long-double.h bits/mathcalls-helper-functions.h \ |