From b7a619b45b0745f166d2dcc5985b994fb1d85d13 Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:40:53 -0700 Subject: Replace the word stdlib or standard-library with core-module for source code (#5415) This commit changes the word "stdlib" or "standard library" to "core module" in the source code. --- source/slang/slang-ir-autodiff-rev.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/slang/slang-ir-autodiff-rev.cpp') diff --git a/source/slang/slang-ir-autodiff-rev.cpp b/source/slang/slang-ir-autodiff-rev.cpp index 87a5d2281..964640c11 100644 --- a/source/slang/slang-ir-autodiff-rev.cpp +++ b/source/slang/slang-ir-autodiff-rev.cpp @@ -1332,7 +1332,7 @@ namespace Slang SLANG_RELEASE_ASSERT(diffBaseSpecialize); // Note: this assumes that the generic arguments to specialize the derivative is the same as the - // generic args to specialize the primal function. This is true for all of our stdlib functions, + // generic args to specialize the primal function. This is true for all of our core module functions, // but we may need to rely on more general substitution logic here. auto diffSpecialize = builder->emitSpecializeInst( builder->getTypeKind(), diffBaseSpecialize->getBase(), args.getCount(), args.getBuffer()); -- cgit v1.2.3