diff options
author | Haibo Huang <hhb@google.com> | 2019-06-10 22:08:55 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-06-10 22:08:55 +0000 |
commit | 7794b2225328b6423a98c2c8de2afa21e4783036 (patch) | |
tree | 478f3db238be7e08885ac80ac8ef1be9935441bb /mips/mips_init.c | |
parent | 9ef33ccf9b2e957c1f5e228dbab15fbda1744300 (diff) | |
parent | 4f55151a4b8cbda0ea61646f437fdf57c54190d9 (diff) |
Merge "Merge tag 'v1.6.37' into HEAD"
Diffstat (limited to 'mips/mips_init.c')
-rw-r--r-- | mips/mips_init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mips/mips_init.c b/mips/mips_init.c index 0bfb7a32e..8dd283dee 100644 --- a/mips/mips_init.c +++ b/mips/mips_init.c @@ -1,14 +1,15 @@ /* mips_init.c - MSA optimised filter functions * + * Copyright (c) 2018 Cosmin Truta * Copyright (c) 2016 Glenn Randers-Pehrson * Written by Mandar Sahastrabuddhe, 2016. - * Last changed in libpng 1.6.25 [September 1, 2016] * * This code is released under the libpng license. * For conditions of distribution and use, see the disclaimer * and license in png.h */ + /* Below, after checking __linux__, various non-C90 POSIX 1003.1 functions are * called. */ |