summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorGraham✈️✈️ <plicease@cpan.org>2020-07-29 08:57:17 -0600
committerGitHub <noreply@github.com>2020-07-29 08:57:17 -0600
commit8ffcbbbe4a4411bb0971e61a39fa2608a4ef5145 (patch)
treebf3d94af0fc565839733360d7c119521cae9c67d /AUTHORS
parent9164a823c0c614eea9b2a81917424bb035d7161a (diff)
downloadperl-8ffcbbbe4a4411bb0971e61a39fa2608a4ef5145.tar.gz
Improve detection of Intel C/C++ compilers. (#18001)
* Improve detection of Intel C/C++ compilers. My version of Intel C/C++ reports these versions: ✅ starscream% icc -V Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.1.1.217 Build 20200306 Copyright (C) 1985-2020 Intel Corporation. All rights reserved. FOR NON-COMMERCIAL USE ONLY ✅ starscream% icpc -V Intel(R) C++ Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.1.1.217 Build 20200306 Copyright (C) 1985-2020 Intel Corporation. All rights reserved. FOR NON-COMMERCIAL USE ONLY * simplified case for detecting Intel C++ compiler * update authors for plicease
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index a2709df743..577ba7d0ee 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -465,6 +465,7 @@ Goro Fuji <gfuji@cpan.org>
Grace Lee <grace@hal.com>
Graham Barr <gbarr@pobox.com>
Graham Knop <haarg@haarg.org>
+Graham Ollis <plicease@cpan.org>
Graham TerMarsch <graham@howlingfrog.com>
Grant McLean <grantm@cpan.org>
Greg Bacon <gbacon@itsc.uah.edu>