Skip to content

Commit

Permalink
Remove 'nontemporal nontemporal' in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HildarTheDorf authored and jeremy-lunarg committed Feb 6, 2025
1 parent a25f081 commit c8927c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glslang/MachineIndependent/Initialize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ enum ArgClass {
ClassFIO = 1 << 9, // first argument is inout
ClassRS = 1 << 10, // the return is held scalar as the arguments cycle
ClassNS = 1 << 11, // no scalar prototype
ClassCVN = 1 << 12, // first argument is 'coherent volatile nontemporal nontemporal'
ClassCVN = 1 << 12, // first argument is 'coherent volatile nontemporal'
ClassFO = 1 << 13, // first argument is output
ClassV3 = 1 << 14, // vec3 only
};
Expand Down

0 comments on commit c8927c3

Please sign in to comment.