|
1 |
| - |
2 | 1 | use simdnoise::intrinsics::{avx2, scalar, sse2, sse41};
|
3 | 2 | use simdnoise::{
|
4 | 3 | Cell2ReturnType, CellDistanceFunction, CellReturnType, Cellular2Settings, CellularSettings,
|
5 |
| - FbmSettings, GradientSettings, NoiseDimensions, RidgeSettings, Settings, |
6 |
| - SimplexSettings, TurbulenceSettings, |
| 4 | + FbmSettings, GradientSettings, NoiseDimensions, RidgeSettings, Settings, SimplexSettings, |
| 5 | + TurbulenceSettings, |
7 | 6 | };
|
8 | 7 |
|
9 | 8 | mod helpers;
|
@@ -6250,7 +6249,7 @@ unsafe fn do_intrinsic_ridge_3_avx2_64_normal() -> Vec<f64> {
|
6250 | 6249 | }
|
6251 | 6250 |
|
6252 | 6251 | #[test]
|
6253 |
| -#[ignore] |
| 6252 | +#[should_panic(expected = "not implemented")] |
6254 | 6253 | fn test_intrinsic_ridge_3_avx2_64_normal() {
|
6255 | 6254 | let file_name = format!(
|
6256 | 6255 | "{}/{}_{}_{}_{}_{}_{}.bin",
|
@@ -6315,7 +6314,7 @@ unsafe fn do_intrinsic_ridge_3_scalar_64_normal() -> Vec<f64> {
|
6315 | 6314 | }
|
6316 | 6315 |
|
6317 | 6316 | #[test]
|
6318 |
| -#[ignore] |
| 6317 | +#[should_panic(expected = "not implemented")] |
6319 | 6318 | fn test_intrinsic_ridge_3_scalar_64_normal() {
|
6320 | 6319 | let file_name = format!(
|
6321 | 6320 | "{}/{}_{}_{}_{}_{}_{}.bin",
|
@@ -6382,7 +6381,7 @@ unsafe fn do_intrinsic_ridge_3_sse2_64_normal() -> Vec<f64> {
|
6382 | 6381 | }
|
6383 | 6382 |
|
6384 | 6383 | #[test]
|
6385 |
| -#[ignore] |
| 6384 | +#[should_panic(expected = "not implemented")] |
6386 | 6385 | fn test_intrinsic_ridge_3_sse2_64_normal() {
|
6387 | 6386 | let file_name = format!(
|
6388 | 6387 | "{}/{}_{}_{}_{}_{}_{}.bin",
|
@@ -6449,7 +6448,7 @@ unsafe fn do_intrinsic_ridge_3_sse41_64_normal() -> Vec<f64> {
|
6449 | 6448 | }
|
6450 | 6449 |
|
6451 | 6450 | #[test]
|
6452 |
| -#[ignore] |
| 6451 | +#[should_panic(expected = "not implemented")] |
6453 | 6452 | fn test_intrinsic_ridge_3_sse41_64_normal() {
|
6454 | 6453 | let file_name = format!(
|
6455 | 6454 | "{}/{}_{}_{}_{}_{}_{}.bin",
|
@@ -7286,7 +7285,7 @@ unsafe fn do_intrinsic_fbm_3_avx2_64_normal() -> Vec<f64> {
|
7286 | 7285 | }
|
7287 | 7286 |
|
7288 | 7287 | #[test]
|
7289 |
| -#[ignore] |
| 7288 | +#[should_panic(expected = "not implemented")] |
7290 | 7289 | fn test_intrinsic_fbm_3_avx2_64_normal() {
|
7291 | 7290 | let file_name = format!(
|
7292 | 7291 | "{}/{}_{}_{}_{}_{}_{}.bin",
|
@@ -7351,7 +7350,7 @@ unsafe fn do_intrinsic_fbm_3_scalar_64_normal() -> Vec<f64> {
|
7351 | 7350 | }
|
7352 | 7351 |
|
7353 | 7352 | #[test]
|
7354 |
| -#[ignore] |
| 7353 | +#[should_panic(expected = "not implemented")] |
7355 | 7354 | fn test_intrinsic_fbm_3_scalar_64_normal() {
|
7356 | 7355 | let file_name = format!(
|
7357 | 7356 | "{}/{}_{}_{}_{}_{}_{}.bin",
|
@@ -7418,7 +7417,7 @@ unsafe fn do_intrinsic_fbm_3_sse2_64_normal() -> Vec<f64> {
|
7418 | 7417 | }
|
7419 | 7418 |
|
7420 | 7419 | #[test]
|
7421 |
| -#[ignore] |
| 7420 | +#[should_panic(expected = "not implemented")] |
7422 | 7421 | fn test_intrinsic_fbm_3_sse2_64_normal() {
|
7423 | 7422 | let file_name = format!(
|
7424 | 7423 | "{}/{}_{}_{}_{}_{}_{}.bin",
|
@@ -7485,7 +7484,7 @@ unsafe fn do_intrinsic_fbm_3_sse41_64_normal() -> Vec<f64> {
|
7485 | 7484 | }
|
7486 | 7485 |
|
7487 | 7486 | #[test]
|
7488 |
| -#[ignore] |
| 7487 | +#[should_panic(expected = "not implemented")] |
7489 | 7488 | fn test_intrinsic_fbm_3_sse41_64_normal() {
|
7490 | 7489 | let file_name = format!(
|
7491 | 7490 | "{}/{}_{}_{}_{}_{}_{}.bin",
|
@@ -9270,7 +9269,7 @@ unsafe fn do_intrinsic_gradient_3_avx2_64_normal() -> Vec<f64> {
|
9270 | 9269 | }
|
9271 | 9270 |
|
9272 | 9271 | #[test]
|
9273 |
| -#[ignore] |
| 9272 | +#[should_panic(expected = "not implemented")] |
9274 | 9273 | fn test_intrinsic_gradient_3_avx2_64_normal() {
|
9275 | 9274 | let file_name = format!(
|
9276 | 9275 | "{}/{}_{}_{}_{}_{}_{}.bin",
|
@@ -9325,7 +9324,7 @@ unsafe fn do_intrinsic_gradient_3_scalar_64_normal() -> Vec<f64> {
|
9325 | 9324 | }
|
9326 | 9325 |
|
9327 | 9326 | #[test]
|
9328 |
| -#[ignore] |
| 9327 | +#[should_panic(expected = "not implemented")] |
9329 | 9328 | fn test_intrinsic_gradient_3_scalar_64_normal() {
|
9330 | 9329 | let file_name = format!(
|
9331 | 9330 | "{}/{}_{}_{}_{}_{}_{}.bin",
|
@@ -9382,7 +9381,7 @@ unsafe fn do_intrinsic_gradient_3_sse2_64_normal() -> Vec<f64> {
|
9382 | 9381 | }
|
9383 | 9382 |
|
9384 | 9383 | #[test]
|
9385 |
| -#[ignore] |
| 9384 | +#[should_panic(expected = "not implemented")] |
9386 | 9385 | fn test_intrinsic_gradient_3_sse2_64_normal() {
|
9387 | 9386 | let file_name = format!(
|
9388 | 9387 | "{}/{}_{}_{}_{}_{}_{}.bin",
|
|
0 commit comments