Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux-gen: llsc: fix type casts error with CXX
Fix casts to union type erros with CXX on aarch64. When "odp_cpu.h" is included in some head files, "odp_api_from_cpp.cpp" would include "odp_cpu.h" as well. Build failure and error of 'unknown conversion of types' show as going through this file with CXX. Signed-off-by: Fan Hong <fan.hong@arm.com>
- Loading branch information