8000 Update numpy/_core/src/common/npy_atomic.h · numpy/numpy@8a17181 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8a17181

Browse files
authored
Update numpy/_core/src/common/npy_atomic.h
[skip CI]
1 parent abc0
D092
00b commit 8a17181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/_core/src/common/npy_atomic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Provides wrappers around C11 standard library atomics and MSVC intrinsics
33
* to provide basic atomic load and store functionality. This is based on
4-
* code in CPython's pyatomic.h, pyatomic_std.h, and pyatomic_msc.h
4+
* code in CPython's pyatomic.h, and platform-specific sidecar headers.
55
*/
66

77
#ifndef NUMPY_CORE_SRC_COMMON_NPY_ATOMIC_H_

0 commit comments

Comments
 (0)
0