bevy/crates/bevy_render
atlv b6250439dd
remove fast_sqrt in favor of sqrt (#19995)
# Objective

- the fast inverse sqrt trick hasnt been useful on modern hardware for
over a decade now

## Solution

- just use sqrt, modern hardware has a dedicated instruction which will
outperform approximations both in efficiency and accuracy

## Testing

- ran `atmosphere`
2025-07-07 01:13:02 +00:00
..
macros spec_v2: minor revisions (#19923) 2025-07-03 17:49:04 +00:00
src remove fast_sqrt in favor of sqrt (#19995) 2025-07-07 01:13:02 +00:00
Cargo.toml bevy_light (#19991) 2025-07-07 00:07:38 +00:00
LICENSE-APACHE Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
LICENSE-MIT Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
README.md

Bevy Render

License Crates.io Downloads Docs Discord