Commit a9b11c8
STYLE: Add SIMD status message and fix SSE forwarding to fftwd
- Add message(STATUS) showing detected FFTW SIMD flags at configure time
so users can verify detection without inspecting the cache.
- Remove ENABLE_SSE from the fftwd (double-precision) ExternalProject
block; SSE1 codelets are float-only and have no effect on fftwd.
- Document in the file header that option() defaults only apply on
first configure and that ENABLE_SSE is not forwarded to fftwd.
Addresses review comments from @greptile-apps on PR InsightSoftwareConsortium#6006.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 886494b commit a9b11c8
1 file changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
30 | 36 | | |
31 | 37 | | |
32 | 38 | | |
| |||
145 | 151 | | |
146 | 152 | | |
147 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
148 | 159 | | |
149 | 160 | | |
150 | 161 | | |
| |||
262 | 273 | | |
263 | 274 | | |
264 | 275 | | |
265 | | - | |
| 276 | + | |
266 | 277 | | |
267 | 278 | | |
268 | 279 | | |
| |||
0 commit comments