Skip to content

Commit

Permalink
Fix compilation with GCC
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Kretz <kretz@kde.org>
  • Loading branch information
mattkretz committed Jan 17, 2017
1 parent 7053578 commit 83d7932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avx/detail.h
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,7 @@ Vc_INTRINSIC R mask_load(const bool *mem, Flags,
}
default:
Vc_UNREACHABLE();
return {};
return R();
}
}

Expand Down

0 comments on commit 83d7932

Please sign in to comment.