numkong 7.4.1 → 7.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (173) hide show
  1. package/README.md +86 -130
  2. package/binding.gyp +16 -0
  3. package/c/numkong.c +1 -1
  4. package/include/numkong/attention/sapphireamx.h +2 -2
  5. package/include/numkong/attention/sme.h +2 -2
  6. package/include/numkong/capabilities.h +47 -47
  7. package/include/numkong/cast/diamond.h +2 -2
  8. package/include/numkong/cast/haswell.h +2 -2
  9. package/include/numkong/cast/icelake.h +2 -2
  10. package/include/numkong/cast/loongsonasx.h +2 -2
  11. package/include/numkong/cast/neon.h +2 -2
  12. package/include/numkong/cast/powervsx.h +2 -2
  13. package/include/numkong/cast/rvv.h +2 -2
  14. package/include/numkong/cast/sapphire.h +2 -2
  15. package/include/numkong/cast/skylake.h +2 -2
  16. package/include/numkong/curved/genoa.h +2 -2
  17. package/include/numkong/curved/haswell.h +2 -2
  18. package/include/numkong/curved/neon.h +2 -2
  19. package/include/numkong/curved/neonbfdot.h +2 -2
  20. package/include/numkong/curved/rvv.h +2 -2
  21. package/include/numkong/curved/skylake.h +2 -2
  22. package/include/numkong/curved/smef64.h +2 -2
  23. package/include/numkong/dot/alder.h +2 -2
  24. package/include/numkong/dot/diamond.h +2 -2
  25. package/include/numkong/dot/genoa.h +2 -2
  26. package/include/numkong/dot/haswell.h +2 -2
  27. package/include/numkong/dot/icelake.h +2 -2
  28. package/include/numkong/dot/loongsonasx.h +2 -2
  29. package/include/numkong/dot/neon.h +2 -2
  30. package/include/numkong/dot/neonbfdot.h +2 -2
  31. package/include/numkong/dot/neonfhm.h +2 -2
  32. package/include/numkong/dot/neonfp8.h +2 -2
  33. package/include/numkong/dot/neonsdot.h +2 -2
  34. package/include/numkong/dot/rvv.h +2 -2
  35. package/include/numkong/dot/rvvbb.h +2 -2
  36. package/include/numkong/dot/rvvbf16.h +2 -2
  37. package/include/numkong/dot/rvvhalf.h +2 -2
  38. package/include/numkong/dot/sapphire.h +2 -2
  39. package/include/numkong/dot/sierra.h +2 -2
  40. package/include/numkong/dot/skylake.h +2 -2
  41. package/include/numkong/dot/sve.h +2 -2
  42. package/include/numkong/dot/svebfdot.h +2 -2
  43. package/include/numkong/dot/svehalf.h +2 -2
  44. package/include/numkong/dot/svesdot.h +2 -2
  45. package/include/numkong/dots/alder.h +2 -2
  46. package/include/numkong/dots/diamond.h +2 -2
  47. package/include/numkong/dots/genoa.h +2 -2
  48. package/include/numkong/dots/haswell.h +2 -2
  49. package/include/numkong/dots/icelake.h +2 -2
  50. package/include/numkong/dots/loongsonasx.h +2 -2
  51. package/include/numkong/dots/neon.h +2 -2
  52. package/include/numkong/dots/neonbfdot.h +2 -2
  53. package/include/numkong/dots/neonfhm.h +2 -2
  54. package/include/numkong/dots/neonfp8.h +2 -2
  55. package/include/numkong/dots/neonsdot.h +2 -2
  56. package/include/numkong/dots/powervsx.h +2 -2
  57. package/include/numkong/dots/rvv.h +2 -2
  58. package/include/numkong/dots/sapphireamx.h +2 -2
  59. package/include/numkong/dots/sierra.h +2 -2
  60. package/include/numkong/dots/skylake.h +2 -2
  61. package/include/numkong/dots/sme.h +10 -10
  62. package/include/numkong/dots/smebi32.h +2 -2
  63. package/include/numkong/dots/smef64.h +2 -2
  64. package/include/numkong/dots/smehalf.h +2 -2
  65. package/include/numkong/each/haswell.h +2 -2
  66. package/include/numkong/each/icelake.h +2 -2
  67. package/include/numkong/each/neon.h +2 -2
  68. package/include/numkong/each/neonbfdot.h +2 -2
  69. package/include/numkong/each/neonhalf.h +2 -2
  70. package/include/numkong/each/rvv.h +2 -2
  71. package/include/numkong/each/sapphire.h +2 -2
  72. package/include/numkong/each/skylake.h +2 -2
  73. package/include/numkong/geospatial/haswell.h +2 -2
  74. package/include/numkong/geospatial/neon.h +2 -2
  75. package/include/numkong/geospatial/rvv.h +2 -2
  76. package/include/numkong/geospatial/skylake.h +2 -2
  77. package/include/numkong/maxsim/alder.h +2 -2
  78. package/include/numkong/maxsim/genoa.h +2 -2
  79. package/include/numkong/maxsim/haswell.h +2 -2
  80. package/include/numkong/maxsim/icelake.h +2 -2
  81. package/include/numkong/maxsim/neonsdot.h +2 -2
  82. package/include/numkong/maxsim/sapphireamx.h +2 -2
  83. package/include/numkong/maxsim/sme.h +2 -2
  84. package/include/numkong/mesh/haswell.h +2 -2
  85. package/include/numkong/mesh/neon.h +2 -2
  86. package/include/numkong/mesh/neonbfdot.h +2 -2
  87. package/include/numkong/mesh/rvv.h +2 -2
  88. package/include/numkong/mesh/skylake.h +2 -2
  89. package/include/numkong/numkong.h +1 -1
  90. package/include/numkong/probability/haswell.h +2 -2
  91. package/include/numkong/probability/neon.h +2 -2
  92. package/include/numkong/probability/rvv.h +2 -2
  93. package/include/numkong/probability/skylake.h +2 -2
  94. package/include/numkong/reduce/alder.h +2 -2
  95. package/include/numkong/reduce/genoa.h +2 -2
  96. package/include/numkong/reduce/haswell.h +2 -2
  97. package/include/numkong/reduce/icelake.h +2 -2
  98. package/include/numkong/reduce/neon.h +2 -2
  99. package/include/numkong/reduce/neonbfdot.h +2 -2
  100. package/include/numkong/reduce/neonfhm.h +2 -2
  101. package/include/numkong/reduce/neonsdot.h +2 -2
  102. package/include/numkong/reduce/rvv.h +2 -2
  103. package/include/numkong/reduce/sierra.h +2 -2
  104. package/include/numkong/reduce/skylake.h +2 -2
  105. package/include/numkong/scalar/haswell.h +2 -2
  106. package/include/numkong/scalar/loongsonasx.h +2 -2
  107. package/include/numkong/scalar/neon.h +2 -2
  108. package/include/numkong/scalar/neonhalf.h +2 -2
  109. package/include/numkong/scalar/powervsx.h +2 -2
  110. package/include/numkong/scalar/rvv.h +2 -2
  111. package/include/numkong/scalar/sapphire.h +2 -2
  112. package/include/numkong/set/haswell.h +2 -2
  113. package/include/numkong/set/icelake.h +2 -2
  114. package/include/numkong/set/loongsonasx.h +2 -2
  115. package/include/numkong/set/neon.h +2 -2
  116. package/include/numkong/set/powervsx.h +2 -2
  117. package/include/numkong/set/rvv.h +2 -2
  118. package/include/numkong/set/rvvbb.h +2 -2
  119. package/include/numkong/set/sve.h +2 -2
  120. package/include/numkong/sets/haswell.h +2 -2
  121. package/include/numkong/sets/icelake.h +2 -2
  122. package/include/numkong/sets/loongsonasx.h +2 -2
  123. package/include/numkong/sets/neon.h +2 -2
  124. package/include/numkong/sets/powervsx.h +2 -2
  125. package/include/numkong/sets/smebi32.h +2 -2
  126. package/include/numkong/sparse/icelake.h +2 -2
  127. package/include/numkong/sparse/neon.h +2 -2
  128. package/include/numkong/sparse/sve2.h +2 -2
  129. package/include/numkong/sparse/turin.h +2 -2
  130. package/include/numkong/spatial/alder.h +2 -2
  131. package/include/numkong/spatial/diamond.h +2 -2
  132. package/include/numkong/spatial/genoa.h +2 -2
  133. package/include/numkong/spatial/haswell.h +2 -2
  134. package/include/numkong/spatial/icelake.h +2 -2
  135. package/include/numkong/spatial/loongsonasx.h +2 -2
  136. package/include/numkong/spatial/neon.h +2 -2
  137. package/include/numkong/spatial/neonbfdot.h +2 -2
  138. package/include/numkong/spatial/neonfp8.h +2 -2
  139. package/include/numkong/spatial/neonsdot.h +2 -2
  140. package/include/numkong/spatial/powervsx.h +2 -2
  141. package/include/numkong/spatial/rvv.h +2 -2
  142. package/include/numkong/spatial/rvvbf16.h +2 -2
  143. package/include/numkong/spatial/rvvhalf.h +2 -2
  144. package/include/numkong/spatial/sierra.h +2 -2
  145. package/include/numkong/spatial/skylake.h +2 -2
  146. package/include/numkong/spatial/sve.h +2 -2
  147. package/include/numkong/spatial/svebfdot.h +2 -2
  148. package/include/numkong/spatial/svehalf.h +2 -2
  149. package/include/numkong/spatial/svesdot.h +2 -2
  150. package/include/numkong/spatials/alder.h +2 -2
  151. package/include/numkong/spatials/diamond.h +2 -2
  152. package/include/numkong/spatials/genoa.h +2 -2
  153. package/include/numkong/spatials/haswell.h +2 -2
  154. package/include/numkong/spatials/icelake.h +2 -2
  155. package/include/numkong/spatials/loongsonasx.h +2 -2
  156. package/include/numkong/spatials/neon.h +2 -2
  157. package/include/numkong/spatials/neonbfdot.h +2 -2
  158. package/include/numkong/spatials/neonfhm.h +2 -2
  159. package/include/numkong/spatials/neonfp8.h +2 -2
  160. package/include/numkong/spatials/neonsdot.h +2 -2
  161. package/include/numkong/spatials/powervsx.h +2 -2
  162. package/include/numkong/spatials/rvv.h +2 -2
  163. package/include/numkong/spatials/sapphireamx.h +2 -2
  164. package/include/numkong/spatials/sierra.h +2 -2
  165. package/include/numkong/spatials/skylake.h +2 -2
  166. package/include/numkong/spatials/sme.h +2 -2
  167. package/include/numkong/spatials/smef64.h +2 -2
  168. package/include/numkong/trigonometry/haswell.h +2 -2
  169. package/include/numkong/trigonometry/neon.h +2 -2
  170. package/include/numkong/trigonometry/rvv.h +2 -2
  171. package/include/numkong/trigonometry/skylake.h +2 -2
  172. package/include/numkong/types.h +88 -80
  173. package/package.json +7 -7
@@ -30,7 +30,7 @@
30
30
  #ifndef NK_SPATIAL_SVESDOT_H
31
31
  #define NK_SPATIAL_SVESDOT_H
32
32
 
33
- #if NK_TARGET_ARM_
33
+ #if NK_TARGET_ARM64_
34
34
  #if NK_TARGET_SVESDOT
35
35
 
36
36
  #include "numkong/types.h"
@@ -138,5 +138,5 @@ NK_PUBLIC void nk_angular_u8_svesdot(nk_u8_t const *a, nk_u8_t const *b, nk_size
138
138
  #endif
139
139
 
140
140
  #endif // NK_TARGET_SVESDOT
141
- #endif // NK_TARGET_ARM_
141
+ #endif // NK_TARGET_ARM64_
142
142
  #endif // NK_SPATIAL_SVESDOT_H
@@ -9,7 +9,7 @@
9
9
  #ifndef NK_SPATIALS_ALDER_H
10
10
  #define NK_SPATIALS_ALDER_H
11
11
 
12
- #if NK_TARGET_X86_
12
+ #if NK_TARGET_X8664_
13
13
  #if NK_TARGET_ALDER
14
14
 
15
15
  #include "numkong/spatial/haswell.h"
@@ -90,5 +90,5 @@ nk_define_cross_normalized_symmetric_(euclidean, e2m3, alder, e2m3, f32, /*norm_
90
90
  #endif
91
91
 
92
92
  #endif // NK_TARGET_ALDER
93
- #endif // NK_TARGET_X86_
93
+ #endif // NK_TARGET_X8664_
94
94
  #endif // NK_SPATIALS_ALDER_H
@@ -12,7 +12,7 @@
12
12
  #ifndef NK_SPATIALS_DIAMOND_H
13
13
  #define NK_SPATIALS_DIAMOND_H
14
14
 
15
- #if NK_TARGET_X86_
15
+ #if NK_TARGET_X8664_
16
16
  #if NK_TARGET_DIAMOND
17
17
 
18
18
  #include "numkong/dots/diamond.h"
@@ -78,5 +78,5 @@ nk_define_cross_normalized_symmetric_(euclidean, e5m2, diamond, e5m2, f32, /*nor
78
78
  #endif
79
79
 
80
80
  #endif // NK_TARGET_DIAMOND
81
- #endif // NK_TARGET_X86_
81
+ #endif // NK_TARGET_X8664_
82
82
  #endif // NK_SPATIALS_DIAMOND_H
@@ -9,7 +9,7 @@
9
9
  #ifndef NK_SPATIALS_GENOA_H
10
10
  #define NK_SPATIALS_GENOA_H
11
11
 
12
- #if NK_TARGET_X86_
12
+ #if NK_TARGET_X8664_
13
13
  #if NK_TARGET_GENOA
14
14
 
15
15
  #include "numkong/spatial/haswell.h"
@@ -90,5 +90,5 @@ nk_define_cross_normalized_symmetric_(euclidean, e5m2, genoa, e5m2, f32, /*norm_
90
90
  #endif
91
91
 
92
92
  #endif // NK_TARGET_GENOA
93
- #endif // NK_TARGET_X86_
93
+ #endif // NK_TARGET_X8664_
94
94
  #endif // NK_SPATIALS_GENOA_H
@@ -9,7 +9,7 @@
9
9
  #ifndef NK_SPATIALS_HASWELL_H
10
10
  #define NK_SPATIALS_HASWELL_H
11
11
 
12
- #if NK_TARGET_X86_
12
+ #if NK_TARGET_X8664_
13
13
  #if NK_TARGET_HASWELL
14
14
 
15
15
  #include "numkong/spatial/haswell.h"
@@ -215,5 +215,5 @@ nk_define_cross_normalized_symmetric_(euclidean, u8, haswell, u8, u32, /*norm_va
215
215
  #endif
216
216
 
217
217
  #endif // NK_TARGET_HASWELL
218
- #endif // NK_TARGET_X86_
218
+ #endif // NK_TARGET_X8664_
219
219
  #endif // NK_SPATIALS_HASWELL_H
@@ -9,7 +9,7 @@
9
9
  #ifndef NK_SPATIALS_ICELAKE_H
10
10
  #define NK_SPATIALS_ICELAKE_H
11
11
 
12
- #if NK_TARGET_X86_
12
+ #if NK_TARGET_X8664_
13
13
  #if NK_TARGET_ICELAKE
14
14
 
15
15
  #include "numkong/spatial/haswell.h"
@@ -109,5 +109,5 @@ nk_define_cross_normalized_symmetric_(euclidean, u4, icelake, u4x2, u32, /*norm_
109
109
  #endif
110
110
 
111
111
  #endif // NK_TARGET_ICELAKE
112
- #endif // NK_TARGET_X86_
112
+ #endif // NK_TARGET_X8664_
113
113
  #endif // NK_SPATIALS_ICELAKE_H
@@ -9,7 +9,7 @@
9
9
  #ifndef NK_SPATIALS_LOONGSONASX_H
10
10
  #define NK_SPATIALS_LOONGSONASX_H
11
11
 
12
- #if NK_TARGET_LOONGARCH_
12
+ #if NK_TARGET_LOONGARCH64_
13
13
  #if NK_TARGET_LOONGSONASX
14
14
 
15
15
  #include "numkong/spatial/loongsonasx.h"
@@ -149,5 +149,5 @@ nk_define_cross_normalized_symmetric_(euclidean, f16, loongsonasx, f16, f32, /*n
149
149
  #endif
150
150
 
151
151
  #endif // NK_TARGET_LOONGSONASX
152
- #endif // NK_TARGET_LOONGARCH_
152
+ #endif // NK_TARGET_LOONGARCH64_
153
153
  #endif // NK_SPATIALS_LOONGSONASX_H
@@ -9,7 +9,7 @@
9
9
  #ifndef NK_SPATIALS_NEON_H
10
10
  #define NK_SPATIALS_NEON_H
11
11
 
12
- #if NK_TARGET_ARM_
12
+ #if NK_TARGET_ARM64_
13
13
  #if NK_TARGET_NEON
14
14
 
15
15
  #include "numkong/spatial/neon.h"
@@ -105,5 +105,5 @@ nk_define_cross_normalized_symmetric_(euclidean, f64, neon, f64, f64, /*norm_val
105
105
  #endif
106
106
 
107
107
  #endif // NK_TARGET_NEON
108
- #endif // NK_TARGET_ARM_
108
+ #endif // NK_TARGET_ARM64_
109
109
  #endif // NK_SPATIALS_NEON_H
@@ -9,7 +9,7 @@
9
9
  #ifndef NK_SPATIALS_NEONBFDOT_H
10
10
  #define NK_SPATIALS_NEONBFDOT_H
11
11
 
12
- #if NK_TARGET_ARM_
12
+ #if NK_TARGET_ARM64_
13
13
  #if NK_TARGET_NEONBFDOT
14
14
 
15
15
  #include "numkong/spatial/neon.h"
@@ -56,5 +56,5 @@ nk_define_cross_normalized_symmetric_(euclidean, bf16, neonbfdot, bf16, f32, /*n
56
56
  #endif
57
57
 
58
58
  #endif // NK_TARGET_NEONBFDOT
59
- #endif // NK_TARGET_ARM_
59
+ #endif // NK_TARGET_ARM64_
60
60
  #endif // NK_SPATIALS_NEONBFDOT_H
@@ -9,7 +9,7 @@
9
9
  #ifndef NK_SPATIALS_NEONFHM_H
10
10
  #define NK_SPATIALS_NEONFHM_H
11
11
 
12
- #if NK_TARGET_ARM_
12
+ #if NK_TARGET_ARM64_
13
13
  #if NK_TARGET_NEONFHM
14
14
 
15
15
  #include "numkong/spatial/neon.h"
@@ -88,5 +88,5 @@ nk_define_cross_normalized_symmetric_(euclidean, e5m2, neonfhm, e5m2, f32, /*nor
88
88
  #endif
89
89
 
90
90
  #endif // NK_TARGET_NEONFHM
91
- #endif // NK_TARGET_ARM_
91
+ #endif // NK_TARGET_ARM64_
92
92
  #endif // NK_SPATIALS_NEONFHM_H
@@ -12,7 +12,7 @@
12
12
  #ifndef NK_SPATIALS_NEONFP8_H
13
13
  #define NK_SPATIALS_NEONFP8_H
14
14
 
15
- #if NK_TARGET_ARM_
15
+ #if NK_TARGET_ARM64_
16
16
  #if NK_TARGET_NEONFP8
17
17
 
18
18
  #include "numkong/dots/neonfp8.h"
@@ -107,5 +107,5 @@ nk_define_cross_normalized_symmetric_(euclidean, e3m2, neonfp8, e3m2, f32, f32,
107
107
  #endif
108
108
 
109
109
  #endif // NK_TARGET_NEONFP8
110
- #endif // NK_TARGET_ARM_
110
+ #endif // NK_TARGET_ARM64_
111
111
  #endif // NK_SPATIALS_NEONFP8_H
@@ -9,7 +9,7 @@
9
9
  #ifndef NK_SPATIALS_NEONSDOT_H
10
10
  #define NK_SPATIALS_NEONSDOT_H
11
11
 
12
- #if NK_TARGET_ARM_
12
+ #if NK_TARGET_ARM64_
13
13
  #if NK_TARGET_NEONSDOT
14
14
 
15
15
  #include "numkong/spatial/neon.h"
@@ -139,5 +139,5 @@ nk_define_cross_normalized_symmetric_(euclidean, e3m2, neonsdot, e3m2, f32, /*no
139
139
  #endif
140
140
 
141
141
  #endif // NK_TARGET_NEONSDOT
142
- #endif // NK_TARGET_ARM_
142
+ #endif // NK_TARGET_ARM64_
143
143
  #endif // NK_SPATIALS_NEONSDOT_H
@@ -9,7 +9,7 @@
9
9
  #ifndef NK_SPATIALS_POWERVSX_H
10
10
  #define NK_SPATIALS_POWERVSX_H
11
11
 
12
- #if NK_TARGET_POWER_
12
+ #if NK_TARGET_POWER64_
13
13
  #if NK_TARGET_POWERVSX
14
14
 
15
15
  #include "numkong/spatial/powervsx.h"
@@ -149,5 +149,5 @@ nk_define_cross_normalized_symmetric_(euclidean, f64, powervsx, f64, f64, /*norm
149
149
  #endif
150
150
 
151
151
  #endif // NK_TARGET_POWERVSX
152
- #endif // NK_TARGET_POWER_
152
+ #endif // NK_TARGET_POWER64_
153
153
  #endif // NK_SPATIALS_POWERVSX_H
@@ -9,7 +9,7 @@
9
9
  #ifndef NK_SPATIALS_RVV_H
10
10
  #define NK_SPATIALS_RVV_H
11
11
 
12
- #if NK_TARGET_RISCV_
12
+ #if NK_TARGET_RISCV64_
13
13
  #if NK_TARGET_RVV
14
14
 
15
15
  #include "numkong/dots/serial.h"
@@ -1972,5 +1972,5 @@ NK_PUBLIC void nk_euclideans_symmetric_u8_rvv(
1972
1972
  #endif
1973
1973
 
1974
1974
  #endif // NK_TARGET_RVV
1975
- #endif // NK_TARGET_RISCV_
1975
+ #endif // NK_TARGET_RISCV64_
1976
1976
  #endif // NK_SPATIALS_RVV_H
@@ -9,7 +9,7 @@
9
9
  #ifndef NK_SPATIALS_SAPPHIREAMX_H
10
10
  #define NK_SPATIALS_SAPPHIREAMX_H
11
11
 
12
- #if NK_TARGET_X86_
12
+ #if NK_TARGET_X8664_
13
13
  #if NK_TARGET_SAPPHIREAMX
14
14
 
15
15
  #include "numkong/spatial/skylake.h"
@@ -1145,5 +1145,5 @@ NK_PUBLIC void nk_euclideans_symmetric_e3m2_sapphireamx(
1145
1145
  #endif
1146
1146
 
1147
1147
  #endif // NK_TARGET_SAPPHIREAMX
1148
- #endif // NK_TARGET_X86_
1148
+ #endif // NK_TARGET_X8664_
1149
1149
  #endif // NK_SPATIALS_SAPPHIREAMX_H
@@ -9,7 +9,7 @@
9
9
  #ifndef NK_SPATIALS_SIERRA_H
10
10
  #define NK_SPATIALS_SIERRA_H
11
11
 
12
- #if NK_TARGET_X86_
12
+ #if NK_TARGET_X8664_
13
13
  #if NK_TARGET_SIERRA
14
14
 
15
15
  #include "numkong/spatial/haswell.h"
@@ -92,5 +92,5 @@ nk_define_cross_normalized_symmetric_(euclidean, e2m3, sierra, e2m3, f32, /*norm
92
92
  #endif
93
93
 
94
94
  #endif // NK_TARGET_SIERRA
95
- #endif // NK_TARGET_X86_
95
+ #endif // NK_TARGET_X8664_
96
96
  #endif // NK_SPATIALS_SIERRA_H
@@ -9,7 +9,7 @@
9
9
  #ifndef NK_SPATIALS_SKYLAKE_H
10
10
  #define NK_SPATIALS_SKYLAKE_H
11
11
 
12
- #if NK_TARGET_X86_
12
+ #if NK_TARGET_X8664_
13
13
  #if NK_TARGET_SKYLAKE
14
14
 
15
15
  #include "numkong/spatial/skylake.h"
@@ -180,5 +180,5 @@ nk_define_cross_normalized_symmetric_(euclidean, e3m2, skylake, e3m2, f32, /*nor
180
180
  #endif
181
181
 
182
182
  #endif // NK_TARGET_SKYLAKE
183
- #endif // NK_TARGET_X86_
183
+ #endif // NK_TARGET_X8664_
184
184
  #endif // NK_SPATIALS_SKYLAKE_H
@@ -9,7 +9,7 @@
9
9
  #ifndef NK_SPATIALS_SME_H
10
10
  #define NK_SPATIALS_SME_H
11
11
 
12
- #if NK_TARGET_ARM_
12
+ #if NK_TARGET_ARM64_
13
13
  #if NK_TARGET_SME
14
14
 
15
15
  #include "numkong/dots/serial.h"
@@ -1882,5 +1882,5 @@ NK_PUBLIC void nk_euclideans_symmetric_u4_sme(
1882
1882
  #endif
1883
1883
 
1884
1884
  #endif // NK_TARGET_SME
1885
- #endif // NK_TARGET_ARM_
1885
+ #endif // NK_TARGET_ARM64_
1886
1886
  #endif // NK_SPATIALS_SME_H
@@ -9,7 +9,7 @@
9
9
  #ifndef NK_SPATIALS_SMEF64_H
10
10
  #define NK_SPATIALS_SMEF64_H
11
11
 
12
- #if NK_TARGET_ARM_
12
+ #if NK_TARGET_ARM64_
13
13
  #if NK_TARGET_SME
14
14
 
15
15
  #include "numkong/dots/serial.h"
@@ -470,5 +470,5 @@ NK_PUBLIC void nk_euclideans_symmetric_f64_smef64(
470
470
  #endif
471
471
 
472
472
  #endif // NK_TARGET_SME
473
- #endif // NK_TARGET_ARM_
473
+ #endif // NK_TARGET_ARM64_
474
474
  #endif // NK_SPATIALS_SMEF64_H
@@ -23,7 +23,7 @@
23
23
  #ifndef NK_TRIGONOMETRY_HASWELL_H
24
24
  #define NK_TRIGONOMETRY_HASWELL_H
25
25
 
26
- #if NK_TARGET_X86_
26
+ #if NK_TARGET_X8664_
27
27
  #if NK_TARGET_HASWELL
28
28
 
29
29
  #include "numkong/types.h"
@@ -649,5 +649,5 @@ NK_PUBLIC void nk_each_atan_f64_haswell(nk_f64_t const *ins, nk_size_t n, nk_f64
649
649
  #endif
650
650
 
651
651
  #endif // NK_TARGET_HASWELL
652
- #endif // NK_TARGET_X86_
652
+ #endif // NK_TARGET_X8664_
653
653
  #endif // NK_TRIGONOMETRY_HASWELL_H
@@ -32,7 +32,7 @@
32
32
  #ifndef NK_TRIGONOMETRY_NEON_H
33
33
  #define NK_TRIGONOMETRY_NEON_H
34
34
 
35
- #if NK_TARGET_ARM_
35
+ #if NK_TARGET_ARM64_
36
36
  #if NK_TARGET_NEON
37
37
 
38
38
  #include "numkong/types.h"
@@ -634,5 +634,5 @@ NK_PUBLIC void nk_each_atan_f64_neon(nk_f64_t const *ins, nk_size_t n, nk_f64_t
634
634
  #endif
635
635
 
636
636
  #endif // NK_TARGET_NEON
637
- #endif // NK_TARGET_ARM_
637
+ #endif // NK_TARGET_ARM64_
638
638
  #endif // NK_TRIGONOMETRY_NEON_H
@@ -37,7 +37,7 @@
37
37
  #ifndef NK_TRIGONOMETRY_RVV_H
38
38
  #define NK_TRIGONOMETRY_RVV_H
39
39
 
40
- #if NK_TARGET_RISCV_
40
+ #if NK_TARGET_RISCV64_
41
41
  #if NK_TARGET_RVV
42
42
 
43
43
  #include "numkong/types.h"
@@ -696,5 +696,5 @@ NK_PUBLIC void nk_each_atan_f16_rvv(nk_f16_t const *ins, nk_size_t n, nk_f16_t *
696
696
  #endif
697
697
 
698
698
  #endif // NK_TARGET_RVV
699
- #endif // NK_TARGET_RISCV_
699
+ #endif // NK_TARGET_RISCV64_
700
700
  #endif // NK_TRIGONOMETRY_RVV_H
@@ -23,7 +23,7 @@
23
23
  #ifndef NK_TRIGONOMETRY_SKYLAKE_H
24
24
  #define NK_TRIGONOMETRY_SKYLAKE_H
25
25
 
26
- #if NK_TARGET_X86_
26
+ #if NK_TARGET_X8664_
27
27
  #if NK_TARGET_SKYLAKE
28
28
 
29
29
  #include "numkong/types.h"
@@ -721,5 +721,5 @@ NK_PUBLIC void nk_each_atan_f16_skylake(nk_f16_t const *ins, nk_size_t n, nk_f16
721
721
  #endif
722
722
 
723
723
  #endif // NK_TARGET_SKYLAKE
724
- #endif // NK_TARGET_X86_
724
+ #endif // NK_TARGET_X8664_
725
725
  #endif // NK_TRIGONOMETRY_SKYLAKE_H