Skip to content

Commit 9e4ba6e

Browse files
authored
Merge pull request JuliaLang/julia#34376 from JuliaLang/tb/aarch64_timings
Improve portability of timing infrastructure.
2 parents fa3be3f + 9be4f2c commit 9e4ba6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LICENSE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Julia includes code from the following projects, which have their own licenses:
3636
- [MINGW](https://sourceforge.net/p/mingw/mingw-org-wsl/ci/legacy/tree/mingwrt/mingwex/dirname.c) (for dirname implementation on Windows) [MIT]
3737
- [NetBSD](https://www.netbsd.org/about/redistribution.html) (for setjmp, longjmp, and strptime implementations on Windows) [BSD-3]
3838
- [Python](https://docs.python.org/2/license.html) (for strtod and joinpath implementation on Windows) [BSD-3, effectively]
39+
- [Google Benchmark](https://github.com/google/benchmark) (for cyclecount implementation) [Apache 2.0]
3940

4041
The following components included in Julia `Base` have their own separate licenses:
4142

0 commit comments

Comments
 (0)