mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Merge pull request #141 from DemiMarie:fix-pffft-build
PiperOrigin-RevId: 434707632 Change-Id: I384cd7275cfe8f80931a9ca3108ee6324a7df175
This commit is contained in:
commit
6d51497cbf
|
@ -133,7 +133,7 @@ absl::Status PffftMain() {
|
||||||
|
|
||||||
if (simd_size_iter == 0) simd_size_iter = 1;
|
if (simd_size_iter == 0) simd_size_iter = 1;
|
||||||
if (complex) {
|
if (complex) {
|
||||||
SAPI_RETURN_IF_ERROR(api.cffti(n, work_array.PtrBoth()))
|
SAPI_RETURN_IF_ERROR(api.cffti(n, work_array.PtrBoth()));
|
||||||
} else {
|
} else {
|
||||||
SAPI_RETURN_IF_ERROR(api.rffti(n, work_array.PtrBoth()));
|
SAPI_RETURN_IF_ERROR(api.rffti(n, work_array.PtrBoth()));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user