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 590c965 commit e15417dCopy full SHA for e15417d
splashsurf_lib/src/kernel.rs
@@ -197,7 +197,7 @@ unsafe impl NeonKernel for CubicSplineKernelNeonF32 {
197
198
/// Evaluates the cubic spline kernel at the specified radial distances
199
#[target_feature(enable = "neon")]
200
- fn evaluate(&self, r: float32x4_t) -> float32x4_t {
+ unsafe fn evaluate(&self, r: float32x4_t) -> float32x4_t {
201
use core::arch::aarch64::*;
202
203
let one = vdupq_n_f32(1.0);
0 commit comments