Commit c71a9b2
fix: bind swizzle shuffle mask to constexpr for gcc-15
g++-15 rejects a constexpr helper call passed inline to _mm_permute_ps/
_mm_permute_pd ('the last argument must be an 8-bit immediate'). Bind the
mod_shuffle result to a constexpr local first, matching the convention used
at every other call site in the codebase.1 parent 82a37aa commit c71a9b2
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
| 214 | + | |
214 | 215 | | |
215 | 216 | | |
216 | 217 | | |
217 | 218 | | |
218 | 219 | | |
219 | | - | |
| 220 | + | |
| 221 | + | |
220 | 222 | | |
221 | 223 | | |
222 | 224 | | |
| |||
0 commit comments