commit | 3d7ecfe37c0c05462f454940f515eb3ce726c5bc | [log] [tgz] |
---|---|---|
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | Thu Oct 17 10:51:37 2019 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Thu Oct 17 12:18:07 2019 +0100 |
tree | 420ddc747659603bb7a9032b7b1b4128de12b440 | |
parent | d984098b01932b64316a9d95e7f06aeaeb8f6670 [diff] |
fix the build of s_powf.o on non-aarch64 targets This is a simple fix to the v_powf code, but in general the vector code may not work on arbitrary targets even when compiled with scalar types (s_powf.c), so in the long term may be all s_* should be disabled for non-aarch64 targets (requires test system and header changes too).