WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 15a7caa

Browse files
Remove defective atomics implementations
The AArch64 and RISC-V atomic implementations are defective, remove them and replace them with the generic GCC atomic builtins. Fixes #247
1 parent 45bf38a commit 15a7caa

File tree

7 files changed

+0
-1731
lines changed

7 files changed

+0
-1731
lines changed

include/ck_pr.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@
6262
#include "gcc/ppc/ck_pr.h"
6363
#elif defined(__arm__)
6464
#include "gcc/arm/ck_pr.h"
65-
#elif defined(__aarch64__)
66-
#include "gcc/aarch64/ck_pr.h"
67-
#elif defined(__riscv) && __riscv_xlen == 64
68-
#include "gcc/riscv64/ck_pr.h"
6965
#elif !defined(__GNUC__)
7066
#error Your platform is unsupported
7167
#endif

include/gcc/aarch64/ck_f_pr.h

Lines changed: 0 additions & 167 deletions
This file was deleted.

0 commit comments

Comments
 (0)