Revised processor-specific hints for back-off
[libcds.git] / cds / compiler / gcc / ia64 / backoff.h
index ecc6eb16f883e855d4a5efc7d4235025c597de16..5a0304ed3088b1317b67ad16e7b9097a93d9b88f 100644 (file)
 namespace cds { namespace backoff {
     namespace gcc { namespace ia64 {
 
-#       define CDS_backoff_pause_defined
-        static inline void backoff_pause( unsigned int nLoop = 0x000003FF )
-        {
-            asm volatile ( "hint @pause" );
-        }
-
 #       define CDS_backoff_hint_defined
         static inline void backoff_hint()
         {