mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 13:16:44 +01:00
Changes to build on macos (#92)
* update spqlios-airthmetic to latest e8aed63 * finally, builds on macos * clippy --------- Co-authored-by: Pro7ech <jeanphilippe.bossuat@gmail.com>
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
#[cfg(any(target_arch = "x86_64", target_arch = "x86"))]
|
||||
pub mod cpu_fft64_avx;
|
||||
|
||||
pub mod cpu_fft64_ref;
|
||||
pub mod cpu_spqlios;
|
||||
|
||||
#[cfg(any(target_arch = "x86_64", target_arch = "x86"))]
|
||||
pub use cpu_fft64_avx::FFT64Avx;
|
||||
|
||||
pub use cpu_fft64_ref::FFT64Ref;
|
||||
pub use cpu_spqlios::FFT64Spqlios;
|
||||
|
||||
Reference in New Issue
Block a user