Skip to content

Commit

Permalink
Remove outdated comment (#110)
Browse files Browse the repository at this point in the history
This comment was made incorrect by #107
  • Loading branch information
mkeeter authored May 18, 2024
1 parent 3a83eb1 commit c7aba4f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fidget/src/core/eval/bulk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
//! Doing bulk evaluations helps limit to overhead of instruction dispatch, and
//! can take advantage of SIMD.
//!
//! A bulk evaluator expects to be given **many single points**, i.e. the X, Y,
//! Z inputs are always `&[f32]`. The output may be of a different type, e.g.
//! partial derivatives with respect to X/Y/Z
//! in [`Shape::GradSliceEval`](crate::eval::Shape::GradSliceEval).
//!
//! It is unlikely that you'll want to use these traits or types directly;
//! they're implementation details to minimize code duplication.
Expand Down

0 comments on commit c7aba4f

Please sign in to comment.