We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NoThrow
__builtin_riscv_pause()
1 parent 42f465c commit 653b54eCopy full SHA for 653b54e
clang/include/clang/Basic/BuiltinsRISCV.td
@@ -150,9 +150,9 @@ def ntl_store : RISCVBuiltin<"void(...)">;
150
//===----------------------------------------------------------------------===//
151
// Zihintpause extension.
152
153
-let Features = "zihintpause" in {
+let Features = "zihintpause", Attributes = [NoThrow] in {
154
def pause : RISCVBuiltin<"void()">;
155
-} // Features = "zihintpause"
+} // Features = "zihintpause", Attributes = [NoThrow]
156
157
158
// XCV extensions.
0 commit comments