Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/bits/defs.hfa

    r454f478 r8b73526  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // defs.hfa -- Commen macros, functions and typedefs
    8 // Most files depend on them and they are always useful to have.
    9 //
    10 //  *** Must not contain code specific to libcfathread ***
     7// defs.hfa --
    118//
    129// Author           : Thierry Delisle
     
    6562        #endif
    6663}
    67 
    68 // pause to prevent excess processor bus usage
    69 #if defined( __i386 ) || defined( __x86_64 )
    70         #define Pause() __asm__ __volatile__ ( "pause" : : : )
    71 #elif defined( __ARM_ARCH )
    72         #define Pause() __asm__ __volatile__ ( "YIELD" : : : )
    73 #else
    74         #error unsupported architecture
    75 #endif
Note: See TracChangeset for help on using the changeset viewer.