Files
nuttx/libs/libc
Huang Qi bac2df6bc8 risc-v: replace fence.i with __ISB for instruction sync
Summary:
- Replace direct use of `fence.i` instruction with `__ISB()` macro for instruction synchronization
- This change improves portability while maintaining the same functionality

Impact:
- No functional changes - both `fence.i` and `__ISB()` ensure instruction
synchronization on RISC-V
- Makes the code more maintainable by using the architecture abstraction
layer

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2025-01-17 09:04:45 +08:00
..
2024-10-23 09:42:57 +08:00
2024-11-12 17:21:42 +08:00
2024-10-31 17:18:20 +08:00
2024-11-01 16:59:37 +08:00
2024-10-30 17:07:54 +08:00
2025-01-11 18:54:36 +08:00
2025-01-11 18:54:36 +08:00