Update of bug #37778 (project avr-libc):

                  Status:                    None => In Progress            
        Percent Complete:                      0% => 50%                    
             Assigned to:                    None => dmix                   

    _______________________________________________________

Follow-up Comment #2:

What is the necessity to add memory barrier for _NOP()?
Common usage, like:
    PORTB |= 1;
    _NOP();
    PORTB &= ~1;
is safe, as hardware registers are volatile.


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?37778>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/


_______________________________________________
AVR-libc-dev mailing list
AVR-libc-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to