Skip to content

Commit

Permalink
Test new CI step by submitting mismatching code
Browse files Browse the repository at this point in the history
  • Loading branch information
ejmahler committed Mar 25, 2024
1 parent 94b5cef commit d80c31e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/neon/neon_prime_butterflies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ use super::neon_common::{assert_f32, assert_f64};
use super::neon_utils::*;
use super::neon_vector::*;

fn test_fn() {

}

/*
This file contains autogenerated butterfly algorithms for small prime-sized FFTs using the NEON instruction set.
Expand Down
4 changes: 4 additions & 0 deletions src/sse/sse_prime_butterflies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ use super::sse_common::{assert_f32, assert_f64};
use super::sse_utils::*;
use super::sse_vector::*;

fn test_fn() {

}

/*
This file contains autogenerated butterfly algorithms for small prime-sized FFTs using the SSE instruction set.
Expand Down
4 changes: 4 additions & 0 deletions src/wasm_simd/wasm_simd_prime_butterflies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ use super::wasm_simd_common::{assert_f32, assert_f64};
use super::wasm_simd_utils::*;
use super::wasm_simd_vector::*;

fn test_fn() {

}

/*
This file contains autogenerated butterfly algorithms for small prime-sized FFTs using the Wasm SIMD instruction set.
Expand Down

0 comments on commit d80c31e

Please sign in to comment.