Skip to content

Commit

Permalink
Add macOS CI runs on different architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Jul 17, 2024
1 parent d5ec1f6 commit ed77e0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ jobs:
os: macos-latest
arch: x64
trixi_test: structured
- version: '1.10'
os: macos-latest
arch: aarch64
trixi_test: tree_part2
- version: '1.10'
os: macos-latest
arch: aarch64
trixi_test: structured
- version: '1.10'
os: windows-latest
arch: x64
Expand Down
4 changes: 2 additions & 2 deletions src/solvers/dgsem_tree/subcell_limiters_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Since these FMAs can increase the performance of many numerical algorithms,
# we need to opt-in explicitly.
# See https://ranocha.de/blog/Optimizing_EC_Trixi for further details.
# @muladd begin
@muladd begin
#! format: noindent

###############################################################################
Expand Down Expand Up @@ -670,4 +670,4 @@ end
@inline function final_check_nonnegative_newton_idp(bound, goal, newton_abstol)
(goal <= eps()) && (goal > -max(newton_abstol, abs(bound) * newton_abstol))
end
# end # @muladd
end # @muladd

0 comments on commit ed77e0f

Please sign in to comment.