We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc338ef commit 1bfe7d7Copy full SHA for 1bfe7d7
mojoal.c
@@ -948,7 +948,7 @@ static void SDL_TARGETING("neon") calculate_distance_attenuation_and_angle_neon(
948
radians = SDL_acosf(cosangle);
949
}
950
951
- const foat32x4_t R_neon = xyzzy_neon(at_neon, up_neon);
+ const float32x4_t R_neon = xyzzy_neon(at_neon, up_neon);
952
*_radians = (dotproduct_neon(R_neon, V_neon) < 0.0f) ? -radians : radians;
953
*_gain = calculate_distance_attenuation(ctx, src, magnitude_neon(position_neon));
954
0 commit comments