Clarification of Singularity costs inside BN4 (#2403)

- change BN description to highlight SF levels impact other BN use of singularity functions
 - add detail to singularity API description to highlight the same
This commit is contained in:
gmcew
2025-11-27 19:15:02 +00:00
committed by GitHub
parent 77fe36db89
commit cf32ea553f
3 changed files with 4 additions and 4 deletions

View File

@@ -1861,7 +1861,7 @@ export interface BitNodeBooleanOptions {
/**
* Singularity API
* @remarks
* This API requires Source-File 4 to use. The RAM cost of all these functions is multiplied by 16/4/1 based on
* This API requires Source-File 4 to use outside of BitNode 4. Additionally, outside of BitNode 4 the RAM cost of all these functions is multiplied by 16/4/1 based on
* Source-File 4 levels.
* @public
*/