diff options
Diffstat (limited to 'polly/www/projects.html')
-rw-r--r-- | polly/www/projects.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/www/projects.html b/polly/www/projects.html index 7388f054ff2..1ebccf3d4ce 100644 --- a/polly/www/projects.html +++ b/polly/www/projects.html @@ -30,7 +30,7 @@ href="https://developers.google.com/open-source/gsoc/">Google Summer of Code</a> projects. In case you are interested in a Google Summer of code project make sure to reach out via the Polly <a - href="http://groups.google.com/group/polly-dev">mailing list</a> early to + href="https://groups.google.com/group/polly-dev">mailing list</a> early to discuss your project proposal. <h3>Integrate Polly with the LLVM vectorizers</h3> @@ -59,7 +59,7 @@ libraries and outperforming the code icc/gcc currently generate. <h3>Polly support for Julia - First steps</h3> - <a href="http://julialang.org/">Julia</a> is a new matlab style programming + <a href="https://julialang.org/">Julia</a> is a new matlab style programming language that provides C like performance for scientific computing. Even though Julia also translates to LLVM-IR, parsing and optimizing Julia code poses new challenges that currently prevent Polly from optimizing Julia |