Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
casch-at authored and Christian Schwarzgruber committed Nov 20, 2015
1 parent 41051b3 commit ffeda68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ bool Server::init(const Options &options)
"__builtin_ia32_rorqi",
"__builtin_ia32_rorhi",
"__builtin_ia32_rolhi",
"__builtin_ia32_rdseed_di_step"
"__builtin_ia32_rdseed_di_step",
"__builtin_ia32_xsaveopt",
"__builtin_ia32_xsaveopt64",
"__builtin_ia32_sbb_u32"
"__builtin_ia32_sbb_u32",
0
};
for (int i=0; gccBuiltIntVectorFunctionDefines[i]; ++i) {
Expand Down

0 comments on commit ffeda68

Please sign in to comment.