Changes between Initial Version and Version 1 of Ticket #67220, comment 3


Ignore:
Timestamp:
Apr 11, 2023, 5:31:30 PM (13 months ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67220, comment 3

    initial v1  
    66make[2]: *** [CMakeFiles/mimalloc-static.dir/src/page.c.o] Error 1
    77}}}
     8
     9Here we go:
     10{{{
     11#elif defined(__powerpc__) || defined(__ppc__) || defined(__PPC__)
     12static inline void mi_atomic_yield(void) {
     13  __asm__ __volatile__ ("or 27,27,27" ::: "memory");
     14}
     15}}}