Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Moved msvc atomics to libcxx in the event it is upstreamed
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey committed Nov 13, 2020
1 parent 4b7dca9 commit 7b2a928
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cuda/std/detail/__atomic
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ namespace detail {
_LIBCUDACXX_END_NAMESPACE_CUDA

#ifdef _MSC_VER
#include "__atomic_msvc"
#include "libcxx/include/support/win32/atomic_msvc.h"
#endif

#include "__atomic_generated"
Expand Down

0 comments on commit 7b2a928

Please sign in to comment.