Skip to content

Commit

Permalink
use helper for all GNU C compilers
Browse files Browse the repository at this point in the history
for #18353
  • Loading branch information
theofficialgman committed Sep 6, 2023
1 parent 7e632f4 commit cc67263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/audio/internal/fx/reverb/simdtypes_neon.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ struct float_x4
#endif
}

#if __clang__
#if __GNUC__
private:
// this helper class allows writing to the single registers for clang
// __mm128 is a built-in type -> we can't return a float& reference.
Expand Down

0 comments on commit cc67263

Please sign in to comment.