Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

clarify masked-off vs inactive elements #683

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ubc-guy
Copy link
Contributor

@ubc-guy ubc-guy commented May 17, 2021

new definitions:
inactive elements are those elements not updated in an instruction invocation (prestart + masked-off + tail)
active elements are those elements updated (body && selected by a mask)

the inactive element set is now larger, as it includes both tail and prestart elements. the rest of spec was updated to be more precise about the term 'inactive'. clarify that prestart elements are always undisturbed.

new definitions:
inactive elements are those elements not updated in an instruction invocation (prestart + masked-off + tail)
active elements are those elements updated (body && selected by a mask)

the inactive element set is now larger, as it includes both tail and prestart elements. the rest of spec was updated to be more precise about the term 'inactive'. clarify that prestart elements are always undisturbed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant