Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FFI::Probe: fix complex float detection
`!!$type =~ /complex/` never matches because it is parsed as `(!!$type) =~ /complex/`. Fix the logic by adding parentheses in the right place.
- Loading branch information