Changes between Initial Version and Version 1 of Ticket #67220, comment 3
- Timestamp:
- Apr 11, 2023, 5:31:30 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #67220, comment 3
initial v1 6 6 make[2]: *** [CMakeFiles/mimalloc-static.dir/src/page.c.o] Error 1 7 7 }}} 8 9 Here we go: 10 {{{ 11 #elif defined(__powerpc__) || defined(__ppc__) || defined(__PPC__) 12 static inline void mi_atomic_yield(void) { 13 __asm__ __volatile__ ("or 27,27,27" ::: "memory"); 14 } 15 }}}