File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ Copyright (c) 2012      The University of Wisconsin-La Crosse. All rights
4646                        reserved.
4747Copyright (c) 2013-2016 Intel, Inc. All rights reserved.
4848Copyright (c) 2011-2014 NVIDIA Corporation.  All rights reserved.
49+ Copyright (c) 2017      Amazon.com, Inc. or its affiliates.  All Rights
50+                         reserved.
4951
5052$COPYRIGHT$
5153
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ dnl Copyright (c) 2015-2017 Research Organization for Information Science
1515dnl                          and Technology (RIST). All rights reserved.
1616dnl  Copyright (c) 2014-2016 Los Alamos National Security, LLC. All rights
1717dnl                          reserved.
18+ dnl  Copyright (c) 2017      Amazon.com, Inc. or its affiliates.  All Rights
19+ dnl                          reserved.
1820dnl  $COPYRIGHT$
1921dnl 
2022dnl  Additional copyrights may follow
@@ -1008,7 +1010,7 @@ AC_DEFUN([OPAL_CONFIG_ASM],[
10081010            OPAL_ASM_SUPPORT_64BIT=1 
10091011            OPAL_GCC_INLINE_ASSIGN='"xaddl %1,%0" : "=m"(ret), "+r"(negone) : "m"(ret)' 
10101012            ;; 
1011-         i?86-*|x86_64*) 
1013+         i?86-*|x86_64*|amd64* ) 
10121014            if test "$ac_cv_sizeof_long" = "4" ; then 
10131015                opal_cv_asm_arch="IA32" 
10141016            else 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments