Skip to content

Commit b2554f5

Browse files
committed
Auto-generated commit
1 parent 65c2a38 commit b2554f5

6 files changed

Lines changed: 30 additions & 26 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
We are excited about your pull request, but unfortunately we are not accepting pull requests against this repository, as all development happens on the [main project repository](https://github.com/stdlib-js/stdlib). We kindly request that you submit this pull request against the [respective directory](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/ops/mul) of the main repository where we’ll review and provide feedback.
44

5-
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/development.md) for help on developing stdlib.
5+
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/contributing/development.md) for help on developing stdlib.
66

77
We look forward to receiving your contribution! :smiley:

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-02-19)
7+
## Unreleased (2025-02-24)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`1eac550`](https://github.com/stdlib-js/stdlib/commit/1eac550d7e113582faa355fe13dfbb24e02d9238) - **refactor:** update paths _(by Gururaj Gurram)_
1516
- [`eecf3f4`](https://github.com/stdlib-js/stdlib/commit/eecf3f43ccd1e5702f95ed616bef8001ac6eb66c) - **refactor:** update paths _(by Gururaj Gurram)_
1617

1718
</details>

CONTRIBUTORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Aadish Jain <[email protected]>
66
Aayush Khanna <[email protected]>
77
Abhijit Raut <[email protected]>
8+
Abhishek Jain <[email protected]>
89
Adarsh Palaskar <[email protected]>
910
Aditya Sapra <[email protected]>
1011
Ahmed Atwa <[email protected]>
@@ -57,6 +58,7 @@ Justin Dennison <[email protected]>
5758
Karan Anand <[email protected]>
5859
Karthik Prakash <[email protected]>
5960
Kohantika Nath <[email protected]>
61+
Krishnam Agarwal <[email protected]>
6062
Krishnendu Das <[email protected]>
6163
Kshitij-Dale <[email protected]>
6264
Lovelin Dhoni J B <[email protected]>
@@ -94,6 +96,7 @@ Rejoan Sardar <[email protected]>
9496
Ricky Reusser <[email protected]>
9597
Ridam Garg <[email protected]>
9698
99+
Rishav Tarway <[email protected]>
97100
Robert Gislason <[email protected]>
98101
Roman Stetsyk <[email protected]>
99102
Rutam Kathale <[email protected]>

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"libpath": [],
3333
"dependencies": [
3434
"@stdlib/number-float64-base-mul",
35-
"@stdlib/math-base-ops-mulf",
35+
"@stdlib/number-float32-base-mul",
3636
"@stdlib/complex-float64-base-mul",
3737
"@stdlib/complex-float32-base-mul",
3838
"@stdlib/strided-base-function-object",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"@stdlib/complex-float32-base-mul": "^0.1.0",
4545
"@stdlib/complex-float64-base-mul": "^0.1.0",
46-
"@stdlib/math-base-ops-mulf": "^0.2.2",
46+
"@stdlib/number-float32-base-mul": "github:stdlib-js/number-float32-base-mul#main",
4747
"@stdlib/number-float64-base-mul": "github:stdlib-js/number-float64-base-mul#main",
4848
"@stdlib/strided-base-binary": "^0.3.0",
4949
"@stdlib/strided-base-binary-dtype-signatures": "^0.2.2",

src/addon.c

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/* NOTE: Do not edit this file directly. This file is auto-generated. See ./src/addon.c.txt. */
2020

2121
#include "stdlib/number/float64/base/mul.h"
22-
#include "stdlib/math/base/ops/mulf.h"
22+
#include "stdlib/number/float32/base/mul.h"
2323
#include "stdlib/complex/float64/base/mul.h"
2424
#include "stdlib/complex/float32/base/mul.h"
2525
#include "stdlib/strided/dtypes.h"
@@ -668,29 +668,29 @@ static void *data[] = {
668668
(void *)stdlib_base_complex64_mul,
669669
(void *)stdlib_base_complex128_mul,
670670
(void *)stdlib_base_complex128_mul,
671-
(void *)stdlib_base_mulf,
671+
(void *)stdlib_base_float32_mul,
672672
(void *)stdlib_base_complex128_mul,
673673
(void *)stdlib_base_complex64_mul,
674674
(void *)stdlib_base_float64_mul,
675675
(void *)stdlib_base_float64_mul,
676676
(void *)stdlib_base_complex128_mul,
677-
(void *)stdlib_base_mulf,
677+
(void *)stdlib_base_float32_mul,
678678
(void *)stdlib_base_complex128_mul,
679679
(void *)stdlib_base_complex64_mul,
680680
(void *)stdlib_base_float64_mul,
681681
(void *)stdlib_base_float64_mul,
682682
(void *)stdlib_base_complex128_mul,
683-
(void *)stdlib_base_mulf,
683+
(void *)stdlib_base_float32_mul,
684684
(void *)stdlib_base_complex128_mul,
685685
(void *)stdlib_base_complex64_mul,
686686
(void *)stdlib_base_float64_mul,
687-
(void *)stdlib_base_mulf,
687+
(void *)stdlib_base_float32_mul,
688688
(void *)stdlib_base_complex128_mul,
689689
(void *)stdlib_base_complex64_mul,
690690
(void *)stdlib_base_float64_mul,
691691
(void *)stdlib_base_float64_mul,
692692
(void *)stdlib_base_complex128_mul,
693-
(void *)stdlib_base_mulf,
693+
(void *)stdlib_base_float32_mul,
694694
(void *)stdlib_base_complex128_mul,
695695
(void *)stdlib_base_complex64_mul,
696696
(void *)stdlib_base_float64_mul,
@@ -715,7 +715,7 @@ static void *data[] = {
715715
(void *)stdlib_base_complex64_mul,
716716
(void *)stdlib_base_complex128_mul,
717717
(void *)stdlib_base_complex128_mul,
718-
(void *)stdlib_base_mulf,
718+
(void *)stdlib_base_float32_mul,
719719
(void *)stdlib_base_complex128_mul,
720720
(void *)stdlib_base_complex64_mul,
721721
(void *)stdlib_base_float64_mul,
@@ -724,7 +724,7 @@ static void *data[] = {
724724
(void *)mulk,
725725
(void *)stdlib_base_complex128_mul,
726726
(void *)stdlib_base_complex64_mul,
727-
(void *)stdlib_base_mulf,
727+
(void *)stdlib_base_float32_mul,
728728
(void *)stdlib_base_float64_mul,
729729
(void *)muli,
730730
(void *)muli,
@@ -733,7 +733,7 @@ static void *data[] = {
733733
(void *)mulk,
734734
(void *)stdlib_base_complex128_mul,
735735
(void *)stdlib_base_complex64_mul,
736-
(void *)stdlib_base_mulf,
736+
(void *)stdlib_base_float32_mul,
737737
(void *)stdlib_base_float64_mul,
738738
(void *)muli,
739739
(void *)muli,
@@ -744,7 +744,7 @@ static void *data[] = {
744744
(void *)mulk,
745745
(void *)stdlib_base_complex128_mul,
746746
(void *)stdlib_base_complex64_mul,
747-
(void *)stdlib_base_mulf,
747+
(void *)stdlib_base_float32_mul,
748748
(void *)stdlib_base_float64_mul,
749749
(void *)muli,
750750
(void *)stdlib_base_complex128_mul,
@@ -773,7 +773,7 @@ static void *data[] = {
773773
(void *)stdlib_base_complex64_mul,
774774
(void *)stdlib_base_complex128_mul,
775775
(void *)stdlib_base_complex128_mul,
776-
(void *)stdlib_base_mulf,
776+
(void *)stdlib_base_float32_mul,
777777
(void *)stdlib_base_complex128_mul,
778778
(void *)stdlib_base_complex64_mul,
779779
(void *)stdlib_base_float64_mul,
@@ -782,7 +782,7 @@ static void *data[] = {
782782
(void *)mulk,
783783
(void *)stdlib_base_complex128_mul,
784784
(void *)stdlib_base_complex64_mul,
785-
(void *)stdlib_base_mulf,
785+
(void *)stdlib_base_float32_mul,
786786
(void *)stdlib_base_float64_mul,
787787
(void *)muli,
788788
(void *)muli,
@@ -791,7 +791,7 @@ static void *data[] = {
791791
(void *)muls,
792792
(void *)stdlib_base_complex128_mul,
793793
(void *)stdlib_base_complex64_mul,
794-
(void *)stdlib_base_mulf,
794+
(void *)stdlib_base_float32_mul,
795795
(void *)stdlib_base_float64_mul,
796796
(void *)mulk,
797797
(void *)muli,
@@ -803,13 +803,13 @@ static void *data[] = {
803803
(void *)mulk,
804804
(void *)stdlib_base_complex128_mul,
805805
(void *)stdlib_base_complex64_mul,
806-
(void *)stdlib_base_mulf,
806+
(void *)stdlib_base_float32_mul,
807807
(void *)stdlib_base_float64_mul,
808808
(void *)muli,
809809
(void *)stdlib_base_complex64_mul,
810810
(void *)stdlib_base_complex128_mul,
811811
(void *)stdlib_base_complex128_mul,
812-
(void *)stdlib_base_mulf,
812+
(void *)stdlib_base_float32_mul,
813813
(void *)stdlib_base_complex128_mul,
814814
(void *)stdlib_base_complex64_mul,
815815
(void *)stdlib_base_float64_mul,
@@ -827,7 +827,7 @@ static void *data[] = {
827827
(void *)mult,
828828
(void *)stdlib_base_complex128_mul,
829829
(void *)stdlib_base_complex64_mul,
830-
(void *)stdlib_base_mulf,
830+
(void *)stdlib_base_float32_mul,
831831
(void *)stdlib_base_float64_mul,
832832
(void *)muli,
833833
(void *)mulu,
@@ -837,7 +837,7 @@ static void *data[] = {
837837
(void *)mult,
838838
(void *)stdlib_base_complex128_mul,
839839
(void *)stdlib_base_complex64_mul,
840-
(void *)stdlib_base_mulf,
840+
(void *)stdlib_base_float32_mul,
841841
(void *)stdlib_base_float64_mul,
842842
(void *)muli,
843843
(void *)mulu,
@@ -865,7 +865,7 @@ static void *data[] = {
865865
(void *)stdlib_base_complex64_mul,
866866
(void *)stdlib_base_complex128_mul,
867867
(void *)stdlib_base_complex128_mul,
868-
(void *)stdlib_base_mulf,
868+
(void *)stdlib_base_float32_mul,
869869
(void *)stdlib_base_complex128_mul,
870870
(void *)stdlib_base_complex64_mul,
871871
(void *)stdlib_base_float64_mul,
@@ -874,7 +874,7 @@ static void *data[] = {
874874
(void *)mulk,
875875
(void *)stdlib_base_complex128_mul,
876876
(void *)stdlib_base_complex64_mul,
877-
(void *)stdlib_base_mulf,
877+
(void *)stdlib_base_float32_mul,
878878
(void *)stdlib_base_float64_mul,
879879
(void *)muli,
880880
(void *)muli,
@@ -883,13 +883,13 @@ static void *data[] = {
883883
(void *)mulk,
884884
(void *)stdlib_base_complex128_mul,
885885
(void *)stdlib_base_complex64_mul,
886-
(void *)stdlib_base_mulf,
886+
(void *)stdlib_base_float32_mul,
887887
(void *)stdlib_base_float64_mul,
888888
(void *)muli,
889889
(void *)mult,
890890
(void *)stdlib_base_complex128_mul,
891891
(void *)stdlib_base_complex64_mul,
892-
(void *)stdlib_base_mulf,
892+
(void *)stdlib_base_float32_mul,
893893
(void *)stdlib_base_float64_mul,
894894
(void *)muli,
895895
(void *)mulu,
@@ -899,7 +899,7 @@ static void *data[] = {
899899
(void *)mulb,
900900
(void *)stdlib_base_complex128_mul,
901901
(void *)stdlib_base_complex64_mul,
902-
(void *)stdlib_base_mulf,
902+
(void *)stdlib_base_float32_mul,
903903
(void *)stdlib_base_float64_mul,
904904
(void *)mulk,
905905
(void *)muli,

0 commit comments

Comments
 (0)