Skip to content

Commit

Permalink
feat: CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Neerajpathak07 committed Dec 23, 2024
1 parent 496b7bd commit cfb5abe
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"@stdlib/math/base/napi/unary",
"@stdlib/number/float32/base/to-word",
"@stdlib/number/float32/base/from-word",
"@stdlib/number/float64/base/to-words",
"@stdlib/math/base/assert/is-nan",
"@stdlib/constants/float64/high-word-abs-mask",
"@stdlib/constants/float64/high-word-significand-mask",
Expand All @@ -61,7 +60,6 @@
"dependencies": [
"@stdlib/number/float32/base/to-word",
"@stdlib/number/float32/base/from-word",
"@stdlib/number/float64/base/to-words",
"@stdlib/math/base/assert/is-nan",
"@stdlib/constants/float64/high-word-abs-mask",
"@stdlib/constants/float64/high-word-significand-mask",
Expand All @@ -83,7 +81,6 @@
"dependencies": [
"@stdlib/number/float32/base/to-word",
"@stdlib/number/float32/base/from-word",
"@stdlib/number/float64/base/to-words",
"@stdlib/math/base/assert/is-nan",
"@stdlib/constants/float64/high-word-abs-mask",
"@stdlib/constants/float64/high-word-significand-mask",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"example": "./examples",
"include": "./include",
"lib": "./lib",
"scripts": "./scripts",
"src": "./src",
"test": "./test"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
#include "stdlib/math/base/napi/unary.h"

// cppcheck-suppress shadowFunction
STDLIB_MATH_BASE_NAPI_MODULE_D_D( stdlib_base_log2f )
STDLIB_MATH_BASE_NAPI_MODULE_F_F( stdlib_base_log2f )

0 comments on commit cfb5abe

Please sign in to comment.