Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/JamesIves/github…
Browse files Browse the repository at this point in the history
…-pages-deploy-action-4.5.0
  • Loading branch information
Christian-B authored Apr 22, 2024
2 parents 1ed830f + 5c93a3c commit bdd9dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
SPINN_DIRS: ${{ github.workspace }}/spinnaker_tools
- name: Doxygen
uses: mattnotmitt/[email protected].5
uses: mattnotmitt/[email protected].8
with:
doxyfile-path: ./Doxyfile
working-directory: .
Expand Down
2 changes: 1 addition & 1 deletion include/stdfix-full-iso.h
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@ static inline unsigned int muliuk(
unsigned int n,
u1616 x)
{
return __UI((__U64(n) << 16) / bitsuk(x));
return __UI(__U64(n) * __U64(bitsuk(x)) >> 16);
}

//! \brief Multiplies an unsigned long integer by an unsigned long accum giving
Expand Down

0 comments on commit bdd9dd0

Please sign in to comment.