Changes between Initial Version and Version 1 of Ticket #47035, comment 22


Ignore:
Timestamp:
Dec 8, 2015, 1:06:15 AM (8 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47035, comment 22

    initial v1  
    1 I think the problem here is Apple's particularly stupid `clang --version` output. The relevant code is in {{crypto/bn/asm/x86_64-mont.pl}}, line 71:
     1I think the problem here is Apple's particularly stupid `clang --version` output. The relevant code is in `crypto/bn/asm/x86_64-mont.pl`, line 71:
    22{{{
    33`$ENV{CC} -v 2>&1` =~ /((?:^clang|LLVM) version|based on LLVM) ([3-9])\.([0-9]+)/)