Changes between Version 1 and Version 2 of Ticket #38816, comment 2


Ignore:
Timestamp:
Apr 17, 2013, 6:07:50 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38816, comment 2

    v1 v2  
    1 Ah. I see. There was a bug here, you should have gotten the -mavx flag during the x86_64 compilation, whereas you have -ssse3 instead, and so you get a bunch of errors like this:
     1Ah. I see. There was a bug here, you should have gotten the `-mavx` flag during the x86_64 compilation, whereas you have `-ssse3` instead, and so you get a bunch of errors like this:
    22
    33{{{
     
    66}}}
    77
    8 because “_ _m256d” types are only defined when you use the -mavx flag.
     8because “`__m256d`” types are only defined when you use the `-mavx` flag.
    99This bug is caused by the ‘sysctl’ misbehavior I reported.
    1010It should be fixed in r105307. Please retry!