Skip to content

Move SWIFT's intrinsics.h to swift_intrinsics.h to avoid clash with Cray's own intrinsics.h

Jamie Quinn requested to merge fix/cray-intrinsics-clash into master

Previously SWIFT sensibly stored its intrinsics in intrinsics.h however when using a Cray compiler, this clashes with Cray's own intrinsics.h. This MR simply renames intrinsics.h to swift_intrinsics.h to avoid the issue.

Merge request reports

Loading