Skip to content

Commit 0c22aa9

Browse files
Copilotwysaid
andcommitted
Fix version references and complete NEON backend descriptions
Co-authored-by: wysaid <1430725+wysaid@users.noreply.github.com>
1 parent 4857637 commit 0c22aa9

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ int main() {
115115
116116
##### Error Handling in C++
117117
118-
Starting from v1.2.0, ccap uses a global error callback system for simplified error handling across all camera operations:
118+
Starting from v1.0.0, ccap uses a global error callback system for simplified error handling across all camera operations:
119119
120120
```cpp
121121
#include <ccap.h>
@@ -505,7 +505,7 @@ typedef enum {
505505
506506
##### Error Handling
507507
508-
Starting from v1.2.0, ccap uses a global error callback system for simplified error handling:
508+
Starting from v1.0.0, ccap uses a global error callback system for simplified error handling:
509509
510510
```c
511511
// Error codes

docs/C_Interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ C 接口使用以下错误处理策略:
243243

244244
### 错误回调
245245

246-
从 v1.1.0 开始,ccap 支持设置错误回调函数来接收详细的错误信息:
246+
从 v1.0.0 开始,ccap 支持设置错误回调函数来接收详细的错误信息:
247247

248248
#### 错误码
249249

tests/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Comprehensive test suite for ccap library built with Google Test, covering pixel
77
## Test Structure
88

99
- **Core Tests**: Color conversion, YUV processing, platform features
10-
- **Performance Tests**: Multi-backend benchmarks (CPU/AVX2/Apple Accelerate)
10+
- **Performance Tests**: Multi-backend benchmarks (CPU/AVX2/Apple Accelerate/NEON)
1111
- **Debug Tools**: Detailed analysis and debugging utilities
1212
- **Technology**: Google Test 1.14.0, CMake 3.14+, C++17
1313

@@ -44,11 +44,11 @@ cmake --build .
4444
- Color channel shuffling (RGB/BGR conversions)
4545
- YUV format conversion (NV12/I420 to RGB/BGR)
4646
- Single-pixel YUV conversion with BT.601/BT.709 standards
47-
- Platform feature detection (AVX2, Apple Accelerate)
47+
- Platform feature detection (AVX2, Apple Accelerate, NEON)
4848

4949
### Performance Validation
5050

51-
- Multi-backend comparison across CPU, AVX2, Apple Accelerate
51+
- Multi-backend comparison across CPU, AVX2, Apple Accelerate, NEON
5252
- CCAP vs LibYUV benchmarks
5353
- Memory bandwidth testing
5454
- FPS and throughput analysis

0 commit comments

Comments
 (0)