-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove OpenLibm and leverage native Julia implementations
Link to the system libm
- Loading branch information
1 parent
ddd7afb
commit 489c700
Showing
22 changed files
with
16 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -158,18 +158,6 @@ | |
"copyrightText": "Copyright (c) 2007, 2008, 2009 Mutsuo Saito, Makoto Matsumoto and Hiroshima University. Copyright (c) 2011, 2002 Mutsuo Saito, Makoto Matsumoto, Hiroshima University and The University of Tokyo.", | ||
"summary": "Double precision SIMD-oriented Fast Mersenne Twister" | ||
}, | ||
{ | ||
"name": "OpenLibm", | ||
"SPDXID": "SPDXRef-OpenLibm", | ||
"downloadLocation": "git+https://github.com/JuliaMath/openlibm.git", | ||
"filesAnalyzed": false, | ||
"homepage": "https://julialang.org", | ||
"sourceInfo": "The git hash of the version in use can be found in the file deps/openlibm.version", | ||
"licenseConcluded": "MIT", | ||
"licenseDeclared": "MIT AND BSD-2-Clause-FreeBSD AND ISC", | ||
"copyrightText": "Copyright (c) 2011-14 The Julia Project. Copyright (c) 2008 Stephen L. Moshier [email protected] Copyright 1992-2011 The FreeBSD Project. All rights reserved. Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.", | ||
"summary": "High quality system independent, portable, open source libm implementation" | ||
}, | ||
{ | ||
"name": "GMP", | ||
"SPDXID": "SPDXRef-GMP", | ||
|
@@ -522,11 +510,6 @@ | |
"relationshipType": "BUILD_DEPENDENCY_OF", | ||
"relatedSpdxElement": "SPDXRef-JuliaMain" | ||
}, | ||
{ | ||
"spdxElementId": "SPDXRef-OpenLibm", | ||
"relationshipType": "BUILD_DEPENDENCY_OF", | ||
"relatedSpdxElement": "SPDXRef-JuliaMain" | ||
}, | ||
{ | ||
"spdxElementId": "SPDXRef-GMP", | ||
"relationshipType": "BUILD_DEPENDENCY_OF", | ||
|
Oops, something went wrong.