Skip to content

Commit 2084a0c

Browse files
author
Maxim Egorushkin
committed
README badge list updated. [no ci]
1 parent a59eb28 commit 2084a0c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@
88
[![CMake Continuous Integrations](https://github.com/max0x7ba/atomic_queue/actions/workflows/cmake-gcc-clang.yml/badge.svg)](https://github.com/max0x7ba/atomic_queue/actions/workflows/cmake-gcc-clang.yml)
99
[![Meson Continuous Integrations](https://github.com/max0x7ba/atomic_queue/actions/workflows/ci-meson.yml/badge.svg)](https://github.com/max0x7ba/atomic_queue/actions/workflows/ci-meson.yml)
1010
<br>
11-
![platform Linux x86_64](https://img.shields.io/badge/platform-Linux%20x86_64--bit-yellow)
12-
![platform Linux ARM](https://img.shields.io/badge/platform-Linux%20ARM-yellow)
13-
![platform Linux RISC-V](https://img.shields.io/badge/platform-Linux%20RISC--V-yellow)
14-
![platform Linux PowerPC](https://img.shields.io/badge/platform-Linux%20PowerPC-yellow)
15-
![platform Linux IBM System/390](https://img.shields.io/badge/platform-Linux%20IBM%20System/390-yellow)
11+
![platform Linux x86_64](https://img.shields.io/badge/platform-Linux%20x86_64--bit-gold)
12+
![platform Linux ARM](https://img.shields.io/badge/platform-Linux%20ARM-gold)
13+
![platform Linux RISC-V](https://img.shields.io/badge/platform-Linux%20RISC--V-gold)
14+
![platform Linux PowerPC](https://img.shields.io/badge/platform-Linux%20PowerPC-gold)
15+
![platform Linux IBM System/390](https://img.shields.io/badge/platform-Linux%20IBM%20System/390-gold)
16+
![platform Linux LoongArch](https://img.shields.io/badge/platform-Linux%20LoongArch-gold)
17+
![platform Windows x86_64](https://img.shields.io/badge/platform-Windows%20x86_64--bit-gold)
1618

1719
# atomic_queue
1820
C++14 multiple-producer-multiple-consumer *lock-free* queues based on circular buffers and [`std::atomic`][3].

0 commit comments

Comments
 (0)