diff --git a/fftw-3.3.8.tar.gz b/fftw-3.3.8.tar.gz deleted file mode 100644 index 7183d48..0000000 --- a/fftw-3.3.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6113262f6e92c5bd474f2875fa1b01054c4ad5040f6b0da7c03c98821d9ae303 -size 4110137 diff --git a/fftw-3.3.9.tar.gz b/fftw-3.3.9.tar.gz new file mode 100644 index 0000000..e42e8ab --- /dev/null +++ b/fftw-3.3.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf2c7ce40b04ae811af714deb512510cc2c17b9ab9d6ddcf49fe4487eea7af3d +size 4146999 diff --git a/fftw3.changes b/fftw3.changes index 023d3c5..db02a3d 100644 --- a/fftw3.changes +++ b/fftw3.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Jan 24 19:36:58 UTC 2021 - Dirk Müller + +- update to 3.3.9: + * New API fftw_planner_nthreads() returns the number of threads + currently being used by the planner. + * Fix incorrect math in 128-bit generic SIMD + * Fix wisdom for avx512. + The avx512 alignment requirement was set to 64 bytes, but this is + wrong. Alignment requirements are a property of the platform (e.g., + x86) and not of the instruction set (e.g., AVX). Among other + things, this broke wisdom with avx512. + Note that avx512 support is still experimental because the FFTW + authors have no avx512 hardware available for testing. + * fftw_threads_set_callback function to change the threading backend at runtime. + ------------------------------------------------------------------- Fri Aug 21 13:00:52 UTC 2020 - Michel Normand diff --git a/fftw3.spec b/fftw3.spec index cdc5171..c7224d7 100644 --- a/fftw3.spec +++ b/fftw3.spec @@ -1,7 +1,7 @@ # # spec file for package fftw3 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,8 +21,8 @@ %define bname fftw %define BNAME FFTW %define pname fftw3 -%define vers 3.3.8 -%define _ver 3_3_8 +%define vers 3.3.9 +%define _ver 3_3_9 #For non HPC builds only %define mpi_implem openmpi2