Skip to content

Commit

Permalink
Issue Andersbakken#528. More linux defines for compiler manager and g…
Browse files Browse the repository at this point in the history
…cc 5.2
  • Loading branch information
Andersbakken committed Nov 20, 2015
1 parent a1ba732 commit 41051b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ bool Server::init(const Options &options)
"__builtin_ia32_rorqi",
"__builtin_ia32_rorhi",
"__builtin_ia32_rolhi",
"__builtin_ia32_rdseed_di_step"
"__builtin_ia32_xsaveopt",
"__builtin_ia32_xsaveopt64",
"__builtin_ia32_sbb_u32"
0
};
for (int i=0; gccBuiltIntVectorFunctionDefines[i]; ++i) {
Expand Down

0 comments on commit 41051b3

Please sign in to comment.